-
Notifications
You must be signed in to change notification settings - Fork 313
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
[Resolve #1464] Display launch order #1465
Conversation
8a04954
to
c0cb0a6
Compare
Akin to `sceptre delete`, display the order of operations when issuing `sceptre launch` for a visual representation of dependencies.
c0cb0a6
to
56ca19a
Compare
@p7-mark How do you handle the case of |
@alexharv074 when using In this example, I run
|
@p7-mark Thanks. I can live with this although I feel like the output in the |
@p7-mark I have been using this a while now and feel that some work is needed to make the output consistent and clean. During delete I see this: During launch I then see this: Similarly, the implementation in the code is inconsistent. You have: Elsewhere: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments.
@p7-mark any thoughts on the above? |
It seems like the author has abandoned this PR, so I'm closing it. @p7-mark please feel free to open a new PR if you ever return to this! |
Resolves #1464.
PR Checklist
[Resolve #issue-number]
.poetry run tox
) are passing.poetry run pre-commit run --all-files
).and description in grammatically correct, complete sentences.
Approver/Reviewer Checklist
Other Information
Guide to writing a good commit