pixverse 1.3.6 → 1.3.10

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
@@ -601,13 +601,14 @@ pixverse asset download "$VID" --dest ./output/
601
601
 
602
602
  ## Global Flags
603
603
 
604
- | Flag | Description |
605
- | :-------------------- | :-------------------------------------------------------- |
606
- | `--json` | Output as JSON |
607
- | `-p` | Print mode (alias for `--json`) |
608
- | `--workspace-id <id>` | Override active workspace for this command (0 = personal) |
609
- | `-V, --version` | Show CLI version |
610
- | `-h, --help` | Show help for any command |
604
+ | Flag | Description |
605
+ | :-------------------- | :---------------------------------------------------------- |
606
+ | `--json` | Output as JSON |
607
+ | `-p` | Print mode (alias for `--json`) |
608
+ | `--workspace-id <id>` | Override active workspace for this command (0 = personal) |
609
+ | `--region <region>` | Service region: `global` or `cn` (default: `global`) |
610
+ | `-V, --version` | Show CLI version |
611
+ | `-h, --help` | Show help for any command |
611
612
 
612
613
  ## For AI Agents — Advanced Usage
613
614
 
@@ -5,13 +5,16 @@
5
5
  "cli": {
6
6
  "name": "pixverse",
7
7
  "package": "pixverse",
8
- "version": "1.3.6",
8
+ "version": "1.3.10",
9
9
  "binary": "pixverse",
10
10
  "node": ">=22.12.0",
11
11
  "description": "PixVerse CLI - generate videos and images from the command line"
12
12
  },
13
13
  "contract": {
14
14
  "service": "PixVerse public service",
15
+ "regions": ["global", "cn"],
16
+ "default_region": "global",
17
+ "region_precedence": ["PIXVERSE_REGION", "--region", "default"],
15
18
  "auth": "OAuth device flow with a local CLI session",
16
19
  "json": "Use --json or -p for pure JSON stdout; errors and progress go to stderr.",
17
20
  "text_inputs": "prompt, text, lyrics accept literal text, local file path, or - for stdin.",
@@ -32,7 +35,8 @@
32
35
  "--json": "Output results as JSON",
33
36
  "-p": "Print mode - pure JSON output (alias for --json)",
34
37
  "--workspace-id <id>": "Override active workspace for this command (0 = personal)",
35
- "--trace-id <id>": "Trace ID to attach to all API requests in this invocation (must be UUIDv4)"
38
+ "--trace-id <id>": "Trace ID to attach to all API requests in this invocation (must be UUIDv4)",
39
+ "--region <region>": "Region: global or cn (default: global; PIXVERSE_REGION overrides) | choices: global, cn"
36
40
  },
37
41
  "commands": [
38
42
  {
@@ -59,7 +63,8 @@
59
63
  "--json": "Output results as JSON",
60
64
  "-p": "Print mode - pure JSON output (alias for --json)",
61
65
  "--workspace-id <id>": "Override active workspace for this command (0 = personal)",
62
- "--trace-id <id>": "Trace ID to attach to all API requests in this invocation (must be UUIDv4)"
66
+ "--trace-id <id>": "Trace ID to attach to all API requests in this invocation (must be UUIDv4)",
67
+ "--region <region>": "Region: global or cn (default: global; PIXVERSE_REGION overrides) | choices: global, cn"
63
68
  }
64
69
  },
65
70
  {