diff --git a/docs/cli-reference/cloud/users/tokens/create.gen.md b/docs/cli-reference/cloud/users/tokens/create.gen.md index 1dbe853..232456b 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: 2025-08-29] +- `--expires-at ` : Define when the token will expire. Supports ISO 8601 dates: 'YYYY-MM-DD HH:MM:SS.sss'. All times UTC. [default: 2025-09-03] - `-p, --permission-assignments (REQUIRED)` : Array of permission assignments in the format "[{Scope, Permission, Permission, ..}, {Scope, Permission, Permission, ..}, ...]" diff --git a/docs/cli-reference/contexts/create.gen.md b/docs/cli-reference/contexts/create.gen.md index 56c3ee5..3c26bcc 100644 --- a/docs/cli-reference/contexts/create.gen.md +++ b/docs/cli-reference/contexts/create.gen.md @@ -19,6 +19,7 @@ quix contexts create [] [options] **Options:** - `-e, --endpoint ` : Portal endpoint +- `--enable` : Enable the context after creation - `-b, --sdk-broker-address ` : SDK broker configuration address - `-c, --use-quix-cloud-broker` : Set the SDK broker configuration to the one in your Quix Cloud environment - `-l, --use-local-broker` : Set the SDK broker configuration to one accessible from your local machine