gdcloud organizations upgrade get-status

이름

gdcloud organizations upgrade get-status - 지정된 조직의 업그레이드 상태를 확인합니다.

개요

gdcloud organizations upgrade get-status [flags]

EXAMPLES

To check the current stage of the upgrade for organization "org-1", run:

    gdcloud organization upgrade get-status --names=org-1

To check the full upgrade status of organizations "org-1" and "org-2", run:

    gdcloud organization upgrade get-status --names=org-1,org-2 --all-stages

To check the upgrade status of all organizations in the current zone as JSON, run:

    gdcloud organization upgrade get-status --all-organizations --json

선택적 플래그

      --all-organizations   Retrieve status for all organizations in the given zone.
      --all-stages          Output all stages status information.
      --json                Output status in JSON format.
      --names strings       Comma-separated list of organizations to retrieve status for.
      --stages strings      Comma-separated list of stages to retrieve status for.
      --zone string         Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.