Closed zimventures closed 1 year ago
The click module allows CLI arguments to be specified using environment variables. Most notably, users won't want to specify --namespace for every CLI invocation. Add ENV var for all CLI commands, and document it in the CLI guide.
click
--namespace
The
click
module allows CLI arguments to be specified using environment variables. Most notably, users won't want to specify--namespace
for every CLI invocation. Add ENV var for all CLI commands, and document it in the CLI guide.