Update CLI docs for v0.9.0 release

This commit is contained in:
Pinny 2021-06-02 15:22:13 +00:00
parent d06fe15a68
commit b5dea42bbe
1 changed files with 29 additions and 27 deletions

View File

@ -48,6 +48,8 @@ pinniped get kubeconfig [flags]
--static-token string Instead of doing an OIDC-based login, specify a static token --static-token string Instead of doing an OIDC-based login, specify a static token
--static-token-env string Instead of doing an OIDC-based login, read a static token from the environment --static-token-env string Instead of doing an OIDC-based login, read a static token from the environment
--timeout duration Timeout for autodiscovery and validation (default 10m0s) --timeout duration Timeout for autodiscovery and validation (default 10m0s)
--upstream-identity-provider-name string The name of the upstream identity provider used during login with a Supervisor
--upstream-identity-provider-type string The type of the upstream identity provider used during login with a Supervisor (e.g. 'oidc', 'ldap')
``` ```
### SEE ALSO ### SEE ALSO