core.cmdrunner#

cmdrunner#

Executes a list of commands in the given order. Note that multi-line commands are not support, each line or list of strings are treated as individual commands.

Retargetable: True#

cijoe.core.scripts.cmdrunner.main(args, cijoe)#

Run commands one at a time via cijoe.run()

CLI arguments#

options:

  • -h, --help

    show this help message and exit

  • --commands COMMANDS [COMMANDS ...]

    The commands to be run

  • --transport TRANSPORT

    The key of the transport from the cijoe config file on which the commands should be run. Use ‘initiator’ if the commands should be run locally. Defaults to the first transport in the config file (‘initiator’ if none are defined).