args

How to pass your own arguments from the cli.

titledescription
argskwargsPass args and/or key=value pairs from cli input to the pipeline.
custom argsPassing custom args from the cli to your pipeline.
dictParse cli key=value pairs into argDict
jsonPut json input string from cli arg into context.
jsonfilePut json file into context from a cli arg path input.
keysBoolean cli switches True if exist.
keyvaluepairsPass key-value pairs from cli input args to the pipeline.
listPut each cli input arg into a list argList.
stringConcatenate all cli input args into single string argString.
tomlfileLoad toml file into context from a cli arg path input.
yamlfilePut yaml file into context from a cli arg path input.
last updated on .