From abf19f649d2401e1bd6a5e7b1bf05eba6e1740be Mon Sep 17 00:00:00 2001 From: Pinny Date: Tue, 31 Aug 2021 23:40:00 +0000 Subject: [PATCH] Update CLI docs for v0.11.0 release --- site/content/docs/reference/cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/docs/reference/cli.md b/site/content/docs/reference/cli.md index cd155c1ab..55a95f01d 100644 --- a/site/content/docs/reference/cli.md +++ b/site/content/docs/reference/cli.md @@ -189,8 +189,9 @@ pinniped get kubeconfig [flags] --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 --timeout duration Timeout for autodiscovery and validation (default 10m0s) + --upstream-identity-provider-flow string The type of client flow to use with the upstream identity provider during login with a Supervisor (e.g. 'cli_password', 'browser_authcode') --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') + --upstream-identity-provider-type string The type of the upstream identity provider used during login with a Supervisor (e.g. 'oidc', 'ldap', 'activedirectory') ``` ### SEE ALSO