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
In CI systems, I want to run sam deploy --no-execute-changeset, then immediately get that changeset id to do things with it. Right now I'm stuck parsing the stdout of sam deploy, which is brittle. I'd like a way to get that changeset id in a machine readable format. Ideally I'll get the changeset id/arn straight from the deploy command, but it seems like the desire has been to move to sam list. If that's true, then I'd like to see a way to use sam list to get the changeset id from a deploy I just did.
Thanks for creating this feature request. I'll bring this up to the team to see if this is something that makes sense to add to sam list, and to see if they have anything they'd like to mention.
Its possible to use the AWS CLI to get this information in a way that isn't dependent on reading formatted console output as a workaround for something that isn't brittle.
Describe your idea/feature/enhancement
In CI systems, I want to run
sam deploy --no-execute-changeset
, then immediately get that changeset id to do things with it. Right now I'm stuck parsing the stdout ofsam deploy
, which is brittle. I'd like a way to get that changeset id in a machine readable format. Ideally I'll get the changeset id/arn straight from the deploy command, but it seems like the desire has been to move tosam list
. If that's true, then I'd like to see a way to usesam list
to get the changeset id from a deploy I just did.Relates to #3729
The text was updated successfully, but these errors were encountered: