Skip to content

Commit

Permalink
Update docs for the release 1.2.0 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: emanuel-quix <emanuel-quix@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and emanuel-quix authored Nov 22, 2024
1 parent 67394d8 commit d1551f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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: 2025-09-06]
- `--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: 2025-11-22]
- `-p, --permission-assignments <permission-assignments> (REQUIRED)`: Array of permission assignments in the format "[{Scope, Permission, Permission, ..}, {Scope, Permission, Permission, ..}, ...]"

1 change: 1 addition & 0 deletions docs/cli-reference/pipeline/down.gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ quix pipeline down [options]

- `--directory <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

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d1551f2

Please sign in to comment.