-
Notifications
You must be signed in to change notification settings - Fork 356
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
chore: remove --dry-run option from det deploy aws [MLG-983] #8542
chore: remove --dry-run option from det deploy aws [MLG-983] #8542
Conversation
**Breaking Changes** | ||
|
||
- CLI: The `--dry-run` option for `det deploy aws` has been removed. Previously, this option had no | ||
effect, as AWS CloudFormation does not provide a utility to preview staged changes. |
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.
Breaking Changes
- CLI: Remove the
--dry-run
option fordet deploy aws
. This option has no effect because AWS CloudFormation does not provide a utility to preview staged changes.
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.
suggested edits for formatting and consistency with voice/tone
@@ -0,0 +1,4 @@ | |||
**Breaking Changes** | |||
|
|||
- CLI: The `--dry-run` option for `det deploy aws` has been removed. Previously, this option had no |
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.
double backticks because rst
Description
Original ticket was brought up by user attempting to set
--no-shut-down-agents-on-connection-loss
and not seeing--dry-run
option populated. AFAICT,--no-shut-down-agents-on-connection-loss
is correctly populated in the AWS templates and functions as expected.Per slack discussions, we are removing
--dry-run
because it currently has no effect and AWS CloudFormation doesn't surface a way to "preview" deploy before deploying.Test Plan
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.
Ticket