Skip to content

Commit 17b5253

Browse files
committed
docs: warn before deleting local cloud sync files
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 19ddf14 commit 17b5253

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/03.cloud/01.cloud-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ The full command walkthrough — sign-in options, API keys, workspaces, routing,
108108

109109
Cloud project removal keeps note files by default. Use `--delete-notes` when you also want to purge the project's active cloud storage:
110110

111+
::warning
112+
If the project has a configured local sync directory, `--cloud --delete-notes` also removes that local directory. Back up any local files you need before running the destructive command. Deletion is irreversible for active project storage; existing point-in-time snapshots may still contain historical copies until those snapshots are deleted or expire.
113+
::
114+
111115
```bash
112116
# Stop tracking the project, but retain its cloud files
113117
bm project remove research --cloud
@@ -120,10 +124,6 @@ The `--cloud` flag is optional when `research` is already configured as a cloud-
120124

121125
The MCP `delete_project` tool provides the same behavior with `delete_notes=true`. Its response reports the pending deletion status and background job ID.
122126

123-
::warning
124-
Deleting with `--delete-notes` is irreversible for active project storage. Existing point-in-time snapshots may still contain historical copies until those snapshots are deleted or expire.
125-
::
126-
127127
---
128128

129129
## Upload Files to Cloud

0 commit comments

Comments
 (0)