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 proposed order of operations for sceptre launch #1464

Open
p7-mark opened this issue May 5, 2024 · 0 comments · May be fixed by #1465
Open

List proposed order of operations for sceptre launch #1464

p7-mark opened this issue May 5, 2024 · 0 comments · May be fixed by #1465

Comments

@p7-mark
Copy link
Contributor

p7-mark commented May 5, 2024

Subject of the issue

When issuing sceptre launch, it would be useful to see the stacks that will be deployed, in the order they will be deployed, similar to the functionality provided by sceptre delete. This would be especially convenient when working with large projects with complex dependency trees.

Your environment

  • version of sceptre (sceptre --version): 4.4.2
  • version of python (python --version): 3.11
  • which OS/distro: MacOS

Expected behaviour

Something akin to:

> sceptre launch s3
The following stacks, in the following order, will be deployed:
s3/bucket
s3/bucket-policy

Do you want to launch 's3' [y/N]:

Actual behaviour

> sceptre launch s3
Do you want to launch 's3' [y/N]:
p7-mark added a commit to p7-mark/sceptre that referenced this issue May 5, 2024
Akin to `sceptre delete`, display the order of operations that would
occur when issuing `sceptre launch`.
@p7-mark p7-mark linked a pull request May 5, 2024 that will close this issue
9 tasks
p7-mark added a commit to p7-mark/sceptre that referenced this issue May 5, 2024
Akin to `sceptre delete`, display the order of operations when issuing
`sceptre launch` for a visual representation of dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant