Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Added resolve-env option to debug:config command#40688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[FrameworkBundle] Added resolve-env option to debug:config command#40688
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dddbe3f tof82dbf9Compare
jderusse left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
What if the parameter is not just an env variable?
%env(resolve:FOO)%%env(A_SECRET)%
f82dbf9 to7910a87Comparealexandre-daubois commentedApr 3, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thank you for your feedback Jérémy! About secret vars, it displays |
…commandThis option replaces environment variables placeholders by their actual value in the command output
7910a87 to7d5f1c5Comparealexandre-daubois commentedJul 1, 2022
Transferred to#46821 |
This option replaces environment variables placeholders by their actual value in the command output
I couldn't find any tests nor documentation about this command. If I missed it, I'd be more than pleased to complete this pull request!