diff options
Diffstat (limited to 'gcloud-image-cleanup.aww')
| -rw-r--r-- | gcloud-image-cleanup.aww | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gcloud-image-cleanup.aww b/gcloud-image-cleanup.aww index 955b5cb..1b90679 100644 --- a/gcloud-image-cleanup.aww +++ b/gcloud-image-cleanup.aww @@ -4,8 +4,9 @@ gcloud compute images list \ --no-standard-images \ - --show-deprecated \ - --format="value(NAME)" + > current-images.txt + +cat current-images.txt gcloud compute images list \ --no-standard-images \ @@ -16,5 +17,6 @@ gcloud compute images list \ gcloud compute images list \ --no-standard-images \ - --show-deprecated \ - --format="value(NAME)" + > current-images.txt + +cat current-images.txt |
