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
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]:
The text was updated successfully, but these errors were encountered:
p7-mark
added a commit
to p7-mark/sceptre
that referenced
this issue
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 bysceptre delete
. This would be especially convenient when working with large projects with complex dependency trees.Your environment
Expected behaviour
Something akin to:
Actual behaviour
The text was updated successfully, but these errors were encountered: