Skip to content

Commit 19ddf14

Browse files
committed
docs: warn about local sync deletion
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 0aa7bb8 commit 19ddf14

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/10.reference/1.cli-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ bm project remove research --delete-notes
259259

260260
Cloud deletion is accepted asynchronously. Without `--delete-notes`, the project is removed from the hosted database but its cloud files remain. With `--delete-notes`, the background job purges indexed and unindexed objects under the exact project storage prefix before completing the hard delete. Existing cloud snapshots follow their own retention and deletion lifecycle.
261261

262+
::warning
263+
For a cloud project configured with a local sync path, explicitly passing both `--cloud` and `--delete-notes` also removes that local sync directory. Back up any local files you need before running the command.
264+
::
265+
262266
### `bm project default`
263267

264268
Set the default project used as fallback when no project is specified.

0 commit comments

Comments
 (0)