@nolgia/cli 0.2.3 → 0.2.4
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,9 @@ Every command takes `--json` for machine-readable output, which is how agent pip
|
|
|
47
47
|
| `nolgia auth login` / `status` / `logout` | Device-code sign-in, token storage in the system keyring |
|
|
48
48
|
| `nolgia gen image` / `video` / `audio` | Submit generations, wait, and download results |
|
|
49
49
|
| `nolgia status` / `wait` | Inspect or block on a job |
|
|
50
|
-
| `nolgia assets list` / `get` / `upload` / `delete` | Manage generated and uploaded assets |
|
|
50
|
+
| `nolgia assets list` / `get` / `upload` / `delete` / `tag` | Manage generated and uploaded assets, including tags |
|
|
51
|
+
| `nolgia characters list` / `get` / `create` / `update` / `delete` | Reusable characters with reference images |
|
|
52
|
+
| `nolgia projects list` / `get` / `create` / `update` / `delete` / `add-assets` / `remove-asset` | Group assets into projects |
|
|
51
53
|
| `nolgia models list` / `get` | Live model catalog, capabilities, credit pricing |
|
|
52
54
|
| `nolgia account` / `billing` | Usage, credits, and billing portal links |
|
|
53
55
|
| `nolgia pat create` / `list` / `revoke` | Personal access tokens for API use |
|