qwikstart.operations.shell module

class qwikstart.operations.shell.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')

Bases: qwikstart.operations.base.BaseOperation

Operation to run an arbitrary shell command.

See https://qwikstart.readthedocs.io/en/latest/operations/shell.html

name: str = 'shell'
run(context: qwikstart.operations.shell.Context) → Dict[str, Any]

Override with action