eclipse-kanto / kanto

Kanto
https://eclipse.dev/kanto
Other
20 stars 7 forks source link

Update the python scripts to prioritize arguments over environment variables #301

Closed dimitar-dimitrow closed 9 months ago

dimitar-dimitrow commented 9 months ago

Update the python scripts used for quick start and how-to guides to prioritize arguments over environment variables. Currently the env is preferred over the argument - e.g. tenant_id = os.environ.get("TENANT") or opts_dict['-t'].