-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
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]:
Metadata
Metadata
Assignees
Labels
No labels