Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add changeset arns/ids to sam list #6738

Open
mew1033 opened this issue Feb 23, 2024 · 1 comment
Open

Feature request: Add changeset arns/ids to sam list #6738

mew1033 opened this issue Feb 23, 2024 · 1 comment
Labels
area/deploy sam deploy command area/list sam list related commands type/feature Feature request

Comments

@mew1033
Copy link

mew1033 commented Feb 23, 2024

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

Relates to #3729

@mew1033 mew1033 added stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. type/feature Feature request labels Feb 23, 2024
@lucashuy
Copy link
Contributor

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.

@lucashuy lucashuy added area/deploy sam deploy command area/list sam list related commands and removed stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/deploy sam deploy command area/list sam list related commands type/feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants