Replies: 3 comments
-
Hi, can you review this issue and make a choice? With kind regards, Bob |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it makes sense. Sorry for the delay on replying to this, but if you are still interested in implementing it would be great. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Goodmorning @rafaelfranca , i'm not interested thank you. We choose a different library that was matching our needs. This was something i stumbled on during review. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to pass default passwords from environment variables and i don't want to see them in the generated help!
What is happening:
output =>
What i would like to have:
output =>
This will results in the following behaviour:
ENV["RANCHER_ACCESS_KEY"]
is hiddenparam
is not given, theENV
is usedOther solution that could solve my problem
Hide the default value!
output =>
Beta Was this translation helpful? Give feedback.
All reactions