prefect.cli.variable
list_variables
list_variables(limit: int = typer.Option(100, '--limit', help='The maximum number of variables to return.'))
inspect
inspect(name: str, output: Optional[str] = typer.Option(None, '--output', '-o', help='Specify an output format. Currently supports: json'))
name
get
get(name: str)
parse_value
parse_value(value: str) -> Union[str, int, float, bool, None, Dict[str, Any], List[str]]
unset
unset(name: str)
Was this page helpful?