Skip to content

Commit 553d740

Browse files
cevianclaude
andcommitted
default cloud destroy confirmation to no
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 578eaa6 commit 553d740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/cli/cloud-dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ export async function handleDestroy(): Promise<void> {
384384

385385
const confirm = await p.confirm({
386386
message: `Destroy workspace "${appName}"? This permanently deletes all workflows, code, and data in the workspace and cannot be undone.`,
387+
initialValue: false,
387388
});
388389

389390
if (p.isCancel(confirm) || !confirm) {

0 commit comments

Comments
 (0)