v7 How can I get the labels from the command line e.g. stage=something #3083
Answered
by
digistorm-developer
digistorm-developer
asked this question in
Help needed
-
I can't figure out how to directly access the deployer command line arguments. |
Beta Was this translation helpful? Give feedback.
Answered by
digistorm-developer
Apr 5, 2022
Replies: 1 comment 1 reply
-
Actually, I just saw in another post here, that you can do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
digistorm-developer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, I just saw in another post here, that you can do
get('labels')['stage']
so all good!