Skip to content

Add pscale deploy-request update - #1352

Merged
no-itsbackpack merged 3 commits into
mainfrom
feat/dr-update
Aug 19, 2026
Merged

Add pscale deploy-request update#1352
no-itsbackpack merged 3 commits into
mainfrom
feat/dr-update

Conversation

@no-itsbackpack

@no-itsbackpack no-itsbackpack commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

edit only toggled auto-apply. Make update the primary command (with edit as an alias) and add --auto-delete-branch, the same flag as deploy-request create.

pscale deploy-request update mydb 12 --enable-auto-apply --org myorg
pscale deploy-request update mydb 12 --auto-delete-branch --org myorg
pscale deploy-request update mydb 12 --auto-delete-branch=false --org myorg
pscale dr edit mydb 12 --enable-auto-apply --org myorg

Notes:

  • At least one setting is required. Unset flags are not sent (--auto-delete-branch=false is an explicit change).
  • Both settings in one invocation make two API calls (PUT …/auto-apply and PUT …/auto-delete-branch).
  • --auto-apply enable|disable remains as a deprecated alias for the auto-apply flags.

Co-authored-by: Cursor <cursoragent@cursor.com>
@no-itsbackpack
no-itsbackpack requested a review from a team as a code owner August 19, 2026 17:07

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: medium. Approved: Cursor Bugbot completed with no findings, and Cursor Security Agent did not run on this PR. No reviewers were assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: cli-reviewer

Co-authored-by: Cursor <cursoragent@cursor.com>
Keep both the update (edit alias) docs and the unblock command that landed on main.

Co-authored-by: Cursor <cursoragent@cursor.com>
@no-itsbackpack
no-itsbackpack merged commit d11eac2 into main Aug 19, 2026
4 checks passed
@no-itsbackpack
no-itsbackpack deleted the feat/dr-update branch August 19, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants