From 9d7c163934e7eebafda5da31af332069d284d387 Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Sat, 1 Feb 2025 15:32:24 -0600 Subject: [PATCH] Add note --- .../notes/list-public-os-images-in-google-cloud.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/content/notes/list-public-os-images-in-google-cloud.md diff --git a/src/content/notes/list-public-os-images-in-google-cloud.md b/src/content/notes/list-public-os-images-in-google-cloud.md new file mode 100644 index 0000000..24f3bc6 --- /dev/null +++ b/src/content/notes/list-public-os-images-in-google-cloud.md @@ -0,0 +1,11 @@ +--- +title: 'List Public OS Images In Google Cloud' +pubDate: 02-01-2025 +tags: ['note', 'gcp', 'cli'] +--- + +A command to print the public OS images in Google Cloud using the GCP CLI. + +```bash +gcloud compute images list +``` \ No newline at end of file