You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried following on windows
"docker run replicated/vendor-cli release create --promote staging-test --yaml-file ./apps/app/replicated.yaml --app appname --token tokenvalue"
but it returned error no such file or directory found.
I am trying to automate create release and promote the release on certain channel.
The problem I am facing is there are 2 steps to do so.
replicated release create --yaml
This returns a sequence ID which in order to automate I need to pickup and pass to follwong command.
replicated release promote SEQUENCE_ID CHANNEL_ID
How do I get SEQUNCE_ID from step 1 to passed to step 2?
The text was updated successfully, but these errors were encountered: