Skip to content

Commit

Permalink
Update docs for Kamal 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Oct 8, 2024
1 parent 3518303 commit de42c51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _data/github.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tag_name: 2.1.0
tag_name: 2.2.0
v1:
tag_name: 1.9.1
tag_name: 1.9.2
4 changes: 2 additions & 2 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- title: "Documentation"
url: /docs/
options:
- title: "Version 2.1.0"
- title: "Version 2.2.0"
url: /docs/
- title: "Version 1.9.1"
- title: "Version 1.9.2"
url: /v1/docs/

- title: "Source code"
Expand Down
1 change: 1 addition & 0 deletions docs/commands/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Commands:
kamal secrets extract # Extract a single secret from the results of a fetch call
kamal secrets fetch [SECRETS...] --account=ACCOUNT -a, --adapter=ADAPTER # Fetch secrets from a vault
kamal secrets help [COMMAND] # Describe subcommands or one specific subcommand
kamal secrets print # Print the secrets (for debugging)
```

Use these to read secrets from common password managers (currently 1Password, LastPass, and Bitwarden).
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Returns the version of Kamal you have installed.

```bash
$ kamal version
2.1.0
2.2.0
```

0 comments on commit de42c51

Please sign in to comment.