Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cli-reference/cloud/deployments/list.gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ quix cloud deployments list [<workspace-id>] [options]
- `-o, --output <json|table>`: Output type of the retrieved data
- `-f, --follow`: If specified, the command will not exit and will continually watch for changes
- `-c, --cls`: If specified, clear the screen before printing
- `--show-url`: If specified, show the public URL for deployments with public access enabled

2 changes: 1 addition & 1 deletion docs/cli-reference/cloud/users/tokens/create.gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ quix cloud users tokens create <name> [options]
**Options:**

- `-o, --output <json|table>`: Output type of the retrieved data
- `--expires-at <expires-at>`: Define when the token will expire. Supports ISO 8601 dates: 'YYYY-MM-DD HH:MM:SS.sss'. All times UTC. [default: 2026-09-11]
- `--expires-at <expires-at>`: Define when the token will expire. Supports ISO 8601 dates: 'YYYY-MM-DD HH:MM:SS.sss'. All times UTC. [default: 2026-10-21]
- `-p, --permission-assignments <permission-assignments> (REQUIRED)`: Array of permission assignments in the format "[{Scope, Permission, Permission, ..}, {Scope, Permission, Permission, ..}, ...]"