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

List change-sets doesn't return full config file (missing suffix) #1315

Open
sopeters opened this issue Mar 4, 2023 · 0 comments
Open

List change-sets doesn't return full config file (missing suffix) #1315

sopeters opened this issue Mar 4, 2023 · 0 comments
Assignees

Comments

@sopeters
Copy link

sopeters commented Mar 4, 2023

Subject of the issue

Noticed that sceptre list change-sets <toplevel> only returns the config file without the suffix - sceptre delete requires the full filename including suffix - we need to use this output to use it on `sceptre delete , which requires the full file (including suffix).

The only way to get the full config file I found is using sceptre list stacks on the top level and use some grep to match StackName to full config file - or do a file system matching. Is there a way to include the suffix / full config filename (as an option for example) into the sceptre list change-sets output?

Your environment

  • Sceptre, version 3.2.0

Steps to reproduce

  • sceptre list change-sets <toplevel>

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

@alexharv074 alexharv074 self-assigned this Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants