File tree Expand file tree Collapse file tree
src/basic_memory/cli/commands/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ bm project add research --cloud
113113bm project add research --cloud --local-path ~ /Documents/research
114114
115115# Or configure sync for existing project
116- bm project sync-setup research ~ /Documents/research
116+ bm cloud sync-setup research ~ /Documents/research
117117```
118118
119119** What happens under the covers:**
@@ -236,7 +236,7 @@ bm project add research --cloud --local-path ~/Documents/research
236236
237237``` bash
238238# Project already exists on cloud
239- bm project sync-setup research ~ /Documents/research
239+ bm cloud sync-setup research ~ /Documents/research
240240```
241241
242242** What this does:**
@@ -739,7 +739,7 @@ bm project sync --name research
739739** Solution:**
740740
741741``` bash
742- bm project sync-setup research ~ /Documents/research
742+ bm cloud sync-setup research ~ /Documents/research
743743bm project bisync --name research --resync
744744```
745745
@@ -795,7 +795,7 @@ bm project list --local # Local project list
795795bm project list --cloud # Cloud project list
796796bm project add < name> --cloud # Create cloud project (no sync)
797797bm project add < name> --cloud --local-path < path> # Create with local sync
798- bm project sync-setup < name> < path> # Add sync to existing project
798+ bm cloud sync-setup < name> < path> # Add sync to existing project
799799bm project rm < name> # Delete project
800800```
801801
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def setup() -> None:
179179 console .print ("1. Add a project with local sync path:" )
180180 console .print (" bm project add research --cloud --local-path ~/Documents/research" )
181181 console .print ("\n Or configure sync for an existing project:" )
182- console .print (" bm project sync-setup research ~/Documents/research" )
182+ console .print (" bm cloud sync-setup research ~/Documents/research" )
183183 console .print ("\n 2. Preview the initial sync (recommended):" )
184184 console .print (" bm project bisync --name research --resync --dry-run" )
185185 console .print ("\n 3. If all looks good, run the actual sync:" )
You can’t perform that action at this time.
0 commit comments