-
In the UI, when you define an app with a plugin, you can add any required env vars required by the plugin. Is there an equivalent switch in the argocd CLI to specify those env vars? If so, it's not obvious to me from the usage syntax. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
jgwest
May 11, 2021
Replies: 1 comment 1 reply
-
Hi @elfner ,
(https://argoproj.github.io/argo-cd/user-guide/commands/argocd_app_create/) I double-checked the code to verify it does what you are looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jgwest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @elfner ,
--plugin-env
is the option you are looking for:(https://argoproj.github.io/argo-cd/user-guide/commands/argocd_app_create/)
I double-checked the code to verify it does what you are looking for.