From 57742f94f0448c1de491879fe1f15887bf022aa0 Mon Sep 17 00:00:00 2001 From: Sebas Risco Date: Wed, 5 Oct 2022 12:19:05 +0200 Subject: [PATCH] Update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5826e00..0cc3455 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,17 @@ Add a new existing cluster to oscar-cli. ``` Usage: - oscar-cli cluster add IDENTIFIER ENDPOINT USERNAME {PASSWORD | --password-stdin} [flags] + oscar-cli cluster add IDENTIFIER ENDPOINT {USERNAME {PASSWORD | --password-stdin} | --oidc-account-name ACCOUNT} [flags] Aliases: add, a Flags: - --disable-ssl disable verification of ssl certificates for the added cluster - -h, --help help for add - --password-stdin take the password from stdin + --disable-ssl disable verification of ssl certificates for the added cluster + -h, --help help for add + -o, --oidc-account-name string OIDC account name to authenticate using oidc-agent. Note that oidc-agent must be started and properly configured + (See: https://indigo-dc.gitbook.io/oidc-agent/) + --password-stdin take the password from stdin Global Flags: --config string set the location of the config file (YAML or JSON)