ZimventuresLLC / stackzilla

An Application ORM for Python Developers
GNU Affero General Public License v3.0
1 stars 0 forks source link

Set environment variable option for CLI arguments #61

Closed zimventures closed 1 year ago

zimventures commented 2 years 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.