diff --git a/docs/cli-reference/cloud/deployments/list.gen.md b/docs/cli-reference/cloud/deployments/list.gen.md index 6c38e8c..e60362b 100644 --- a/docs/cli-reference/cloud/deployments/list.gen.md +++ b/docs/cli-reference/cloud/deployments/list.gen.md @@ -21,4 +21,5 @@ quix cloud deployments list [] [options] - `-o, --output `: 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 diff --git a/docs/cli-reference/cloud/users/tokens/create.gen.md b/docs/cli-reference/cloud/users/tokens/create.gen.md index 7030926..e5e3509 100644 --- a/docs/cli-reference/cloud/users/tokens/create.gen.md +++ b/docs/cli-reference/cloud/users/tokens/create.gen.md @@ -19,6 +19,6 @@ quix cloud users tokens create [options] **Options:** - `-o, --output `: Output type of the retrieved data -- `--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 `: 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 (REQUIRED)`: Array of permission assignments in the format "[{Scope, Permission, Permission, ..}, {Scope, Permission, Permission, ..}, ...]"