이름
gdcloud compute images list - 가상 머신 이미지를 나열합니다.
개요
gdcloud compute images list [flags]
EXAMPLES
To list all virtual machine images in the project example-project, run:
    gdcloud compute images list \
      --project example-project
To list virtual machine images in the project example-project not including publicly shared images, run:
    gdcloud compute images list \
      --project example-project \
      --no-standard-images true
선택적 플래그
      --limit uint           The maximum number of resources to be listed.
      --no-standard-images   Do not display public shared images shared across all projects. By default, public shared images will be displayed.
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.