pixverse-ai-cli 1.0.6 → 1.0.8

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 CHANGED
@@ -157,6 +157,23 @@ pixverse template search "dance"
157
157
  pixverse template info <template_id>
158
158
  ```
159
159
 
160
+ ### Workspaces
161
+
162
+ ```bash
163
+ # List all workspaces
164
+ pixverse workspace list
165
+
166
+ # Show current workspace
167
+ pixverse workspace status
168
+
169
+ # Switch workspace (interactive or by ID)
170
+ pixverse workspace switch
171
+ pixverse workspace switch <workspace_id>
172
+
173
+ # Open workspace management in browser
174
+ pixverse workspace manage
175
+ ```
176
+
160
177
  ### Account & Subscription
161
178
 
162
179
  ```bash
@@ -243,7 +260,11 @@ pixverse asset download "$VID" --dest ./output/
243
260
  | `asset info` | Get asset details |
244
261
  | `asset download` | Download a generated asset |
245
262
  | `asset delete` | Delete an asset |
246
- | `account info` | View account info |
263
+ | `workspace list` | List all workspaces |
264
+ | `workspace status` | Show current workspace |
265
+ | `workspace switch` | Switch workspace (interactive or by ID) |
266
+ | `workspace manage` | Open workspace management in browser |
267
+ | `account info` | View account info and workspace credits |
247
268
  | `account usage` | View credit usage |
248
269
  | `subscribe` | Open subscription page |
249
270
  | `config set` | Set a config value |
@@ -259,6 +280,7 @@ pixverse asset download "$VID" --dest ./output/
259
280
  |:---|:---|
260
281
  | `--json` | Output as JSON |
261
282
  | `-p` | Print mode (alias for `--json`) |
283
+ | `--workspace-id <id>` | Override active workspace for this command (0 = personal) |
262
284
  | `-V, --version` | Show CLI version |
263
285
  | `-h, --help` | Show help for any command |
264
286