Skip to content

List proposed order of operations for sceptre launch #1464

@p7-mark

Description

@p7-mark

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions