一般 自分のプロジェクト一覧を表示 gcloud projects list cloud sdkのプロパティを見る gcloud config list プロジェクト切り替え gcloud config set project <your-project-id> GCE インスタンス一覧を見る gcloud compute instances list インスタンスの作成(centos-7で) gcloud compute instances create <your-instance-name> --project <your-project-name> --image-family centos-7 使用可能なimage一覧を見る gcloud compute images list インスタンスの起動・停止 gcloud compute instances start <your-i