@tanagram/lore 0.1.113 → 0.1.114
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/README.md +1 -7
- package/dist/index.js +184 -185
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -74,10 +74,8 @@ scripted/non-interactive edits, use `lore listen` for directory filters;
|
|
|
74
74
|
|
|
75
75
|
```sh
|
|
76
76
|
lore listen create ~/code/projectA # watch ~/code/projectA
|
|
77
|
-
lore listen create ~/work --workspace acme # route work to a non-default workspace
|
|
78
77
|
lore listen list # effective repo/cwd locations
|
|
79
78
|
lore listen list --json # for scripts
|
|
80
|
-
lore listen update ~/work --workspace other-corp # reassign workspace
|
|
81
79
|
lore listen delete ~/code/projectA # stop uploading from
|
|
82
80
|
```
|
|
83
81
|
|
|
@@ -196,13 +194,9 @@ Esc to return to the sidebar, and q to exit.
|
|
|
196
194
|
- `lore configure` — re-enter the interactive wizard for picking the
|
|
197
195
|
repos and directories Lore auto-uploads from (the same flow shown on first
|
|
198
196
|
login). Requires an interactive terminal.
|
|
199
|
-
- `lore listen create <path
|
|
200
|
-
daemon auto-uploads. Defaults to your active workspace; pass workspace
|
|
201
|
-
`--workspace` to route a directory at a non-default workspace.
|
|
197
|
+
- `lore listen create <path>` — allowlist a directory for daemon auto-uploads.
|
|
202
198
|
- `lore listen list [--json]` — print the effective repo and cwd locations
|
|
203
199
|
the daemon may auto-upload from.
|
|
204
|
-
- `lore listen update <path> --workspace <name>` — reassign an existing
|
|
205
|
-
upload directory to a different workspace.
|
|
206
200
|
- `lore listen delete <path>` — stop uploading from a directory.
|
|
207
201
|
- `lore workspaces list` — calls `/api/whoami` and prints the WorkOS
|
|
208
202
|
workspaces the authenticated user currently belongs to. (Workspaces
|