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?
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?