args
How to pass your own arguments from the cli.
title | description |
---|---|
argskwargs | Pass args and/or key=value pairs from cli input to the pipeline. |
custom args | Passing custom args from the cli to your pipeline. |
dict | Parse cli key=value pairs into argDict |
json | Put json input string from cli arg into context. |
jsonfile | Put json file into context from a cli arg path input. |
keys | Boolean cli switches True if exist. |
keyvaluepairs | Pass key-value pairs from cli input args to the pipeline. |
list | Put each cli input arg into a list argList . |
string | Concatenate all cli input args into single string argString . |
tomlfile | Load toml file into context from a cli arg path input. |
yamlfile | Put yaml file into context from a cli arg path input. |