plainbox.impl.commands.script – script sub-command

Warning

THIS MODULE DOES NOT HAVE STABLE PUBLIC API

class plainbox.impl.commands.script.ScriptCommand(provider_list, config)[source]

Command for running the script embedded in a command of a job unconditionally.

invoked(ns)[source]
register_parser(subparsers)[source]
class plainbox.impl.commands.script.ScriptInvocation(provider_list, config, job_id)[source]

Helper class instantiated to perform a particular invocation of the script command. Unlike ScriptCommand this class is instantiated each time the command is to be invoked.

run()[source]

Previous topic

plainbox.impl.commands.run – run sub-command

Next topic

plainbox.impl.commands.selftest – selftest sub-command

This Page