@tanagram/lore 0.1.14 → 0.1.16
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 +3 -2
- package/dist/index.js +107 -77
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -4,12 +4,13 @@ The Lore CLI.
|
|
|
4
4
|
|
|
5
5
|
## Subcommands
|
|
6
6
|
|
|
7
|
-
- `lore`
|
|
7
|
+
- `lore` — prints help text.
|
|
8
8
|
- `lore login` — authorizes the CLI against your Lore workspace using the
|
|
9
9
|
browser-based `/cli-authorize` flow.
|
|
10
10
|
- `lore logout` — removes the stored CLI token.
|
|
11
11
|
- `lore health` — calls the API health endpoint.
|
|
12
|
-
- `lore logs` — prints
|
|
12
|
+
- `lore logs` — prints recent entries from the log file.
|
|
13
|
+
- `lore version` — prints the CLI version.
|
|
13
14
|
- `lore enable` — installs and starts the macOS background uploader.
|
|
14
15
|
- `lore disable` — stops and removes the macOS background uploader.
|
|
15
16
|
- `lore restart` — restarts the macOS background uploader.
|