@buildinternet/uploads 0.10.0 → 0.10.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,8 +38,8 @@ up local source; product docs and PR “how to try it” examples should use the
|
|
|
38
38
|
global `uploads` form above.
|
|
39
39
|
|
|
40
40
|
Commands: `attach`, `put`, `gallery`, `comment`, `list`, `find`, `meta`, `delete`, `usage`,
|
|
41
|
-
`reconcile`, `purge-expired`, `setup`, `install`, `
|
|
42
|
-
`completion`.
|
|
41
|
+
`reconcile`, `purge-expired`, `setup`, `install`, `login`, `whoami` (alias `status`),
|
|
42
|
+
`logout`, `invite`, `admin`, `config`, `doctor`, `health`, `mcp`, `completion`.
|
|
43
43
|
|
|
44
44
|
**Help:** bare `uploads` / `uploads help` / `--help` shows essentials; use
|
|
45
45
|
`uploads help --all` (or `--help --all`) for the full command list. Per-command:
|