gdcloud auth login

名前

gdcloud auth login - 構成された ID プロバイダでログインするように gdcloud CLI を承認します。

概要

gdcloud auth login [flags]

説明

構成された ID プロバイダでログインするように gdcloud CLI を承認します。このコマンドは、現在の組織で認証を行います。組織を切り替えたら、コマンドをもう一度実行します。これには、ログイン構成の認証局(CA)証明書が信頼できる証明書ストアにインストールされている必要があります。CA 証明書がインストールされていない場合は、--login-config-cert フラグを使用して、CA 証明書を見つけるパスを指定します。デバイスにブラウザが存在する必要があります。

EXAMPLES

To sign in with the configured identity provider, run:

    gdcloud auth login

オプションのフラグ

      --login-config-cert string   (Optional) Absolute file path to the CA certificate file to be used for fetching login-config over HTTPS connection
      --no-browser                 (Optional) Use this flag to authenticate the gdcloud CLI on a machine without a web browser.
      --skip-kubeconfig-update     (Optional) Skip updating the kubeconfig file for management API servers.

GDCLOUD ワイドフラグ

これらのフラグは、すべてのコマンドで使用できます: --configuration--format--help--project--quiet

詳細については、gdcloud CLI リファレンスの概要ページをご覧ください。