@ghl-ai/aw 0.1.36-beta.25 → 0.1.36-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.mjs +1 -0
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -92,6 +92,7 @@ function printHelp() {
|
|
|
92
92
|
|
|
93
93
|
sec('Manage'),
|
|
94
94
|
cmd('aw status', 'Show synced paths, modified files & conflicts'),
|
|
95
|
+
cmd('aw link', 'Link current project as a git worktree (wires IDE symlinks)'),
|
|
95
96
|
cmd('aw drop <path>', 'Stop syncing or delete local content'),
|
|
96
97
|
cmd('aw nuke', 'Remove entire .aw_registry/ & start fresh'),
|
|
97
98
|
cmd('aw daemon install', 'Auto-pull on a schedule (macOS launchd / Linux cron)'),
|