diff --git a/docs/cli-reference/cloud/users/tokens/create.gen.md b/docs/cli-reference/cloud/users/tokens/create.gen.md index 161a73e..5884717 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-09-06] +- `--expires-at `: Define when the token will expire. Supports ISO 8601 dates: 'YYYY-MM-DD HH:MM:SS.sss'. All times UTC. [default: 2025-11-22] - `-p, --permission-assignments (REQUIRED)`: Array of permission assignments in the format "[{Scope, Permission, Permission, ..}, {Scope, Permission, Permission, ..}, ...]" diff --git a/docs/cli-reference/pipeline/down.gen.md b/docs/cli-reference/pipeline/down.gen.md index 76c18f7..6929c18 100644 --- a/docs/cli-reference/pipeline/down.gen.md +++ b/docs/cli-reference/pipeline/down.gen.md @@ -16,4 +16,5 @@ quix pipeline down [options] - `--directory `: If specified, it will use that directory instead of the current one - `--keep-broker`: Keep the local broker running +- `--volumes`: When specified it prunes the volumes diff --git a/mkdocs.yml b/mkdocs.yml index d565731..15aa6d8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -54,7 +54,7 @@ plugins: nav: - 'Overview': 'overview.md' - 'Quickstart': 'cli-quickstart.md' -- 'Local Development': +- 'Local Development': - 'Running applications locally': 'local-development/local-debug.md' - 'Managing secrets locally': 'local-development/local-secrets.md' - 'Managing YAML variables': 'local-development/local-yaml-variables.md'