qwikstart.operations.prompt module

class qwikstart.operations.prompt.Operation(**kwargs: Any)

Bases: qwikstart.operations.base.BaseOperation

Operation to prompt user for input values.

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

Overrides default opconfig with:

  • display_description: False

  • output_namespace: "template_variables"

aliases: Optional[List[str]] = ['prompt_user']
default_opconfig: Dict[str, Any] = {'display_description': False, 'output_namespace': 'template_variables'}
name: str = 'prompt'
run(context: qwikstart.operations.prompt.Context) → Dict[str, Any]

Override with action