Updated versions in docs for v0.28.0 release

This commit is contained in:
Pinny
2023-12-15 18:56:15 +00:00
parent 2c5214724b
commit 659224a207
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ params:
github_url: "https://github.com/vmware-tanzu/pinniped"
slack_url: "https://go.pinniped.dev/community/slack"
community_url: "https://go.pinniped.dev/community"
latest_version: v0.27.0
latest_version: v0.28.0
latest_codegen_version: 1.28
pygmentsCodefences: true
pygmentsStyle: "pygments"

View File

@@ -358,6 +358,7 @@ pinniped whoami [flags]
--kubeconfig string Path to kubeconfig file
--kubeconfig-context string Kubeconfig context name (default: current active context)
-o, --output string Output format (e.g., 'yaml', 'json', 'text') (default "text")
--timeout duration Timeout for the WhoAmI API request (default: 0, meaning no timeout)
```
### SEE ALSO