Summary
It seems like click supports loading parameters from env variables. This would make it easier to:
- Configure a docker container in docker-compose with env variables
- Potentially be a little more secure, because providing
--password currently prints the password in certain contexts (e.g. ps)
Context
Found my password exposed in the ps tree in the portainer interface.

Summary
It seems like
clicksupports loading parameters from env variables. This would make it easier to:--passwordcurrently prints the password in certain contexts (e.g.ps)Context
Found my password exposed in the
pstree in the portainer interface.