Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay secret names as environment variables #720
Comments
|
Should we stick with the manifest style of grouping it under a different header? |
|
Sure that sounds good. It would make it easier to display too.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ask
Currently, if a user runs
app show, under "Variables" we only display environment variables:Since secrets are also injected as environment variables we should also display them under variables:
Why?
I want to see all the available environment variable names (including secrets) when I run
"app show".I'm not particularly attached to the UX above, so feel free to propose something else.