qwikstart.operations.prompt module¶
-
class
qwikstart.operations.prompt.Operation(**kwargs: Any)¶ Bases:
qwikstart.operations.base.BaseOperationOperation to prompt user for input values.
See https://qwikstart.readthedocs.io/en/latest/operations/prompt.html
Overrides default
opconfigwith:display_description:Falseoutput_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