From 70f159db1f4723633ece1bb5da888633df93eb85 Mon Sep 17 00:00:00 2001 From: luisquix <120378585+luisquix@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:14:55 +0200 Subject: [PATCH] Update autogenerated docs (#65) --- docs/cli-reference/cloud/users/tokens/create.gen.md | 2 +- docs/cli-reference/contexts/create.gen.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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