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 참조 개요 페이지를 참고하세요.