-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print env var keys on exec with global
-v
flag
It's useful to know the exact keys that are picked up by Chamber as that information is not otherwise available anywhere else. A global `verbose` flag is added, and can be used by other commands to output useful information. Care must be taken not to expose any secret values, as `-v` flag may be used in production to help trace origin of env vars.
- Loading branch information
1 parent
29a1f2b
commit c9f8f68
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters