mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-13 12:12:25 -04:00
ad gcloud scripts
This commit is contained in:
parent
ce3251b9fe
commit
0402a432cf
5 changed files with 43 additions and 0 deletions
6
get_cloudsql_instances.sh
Normal file
6
get_cloudsql_instances.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
for x in $(gcloud projects list | tail -n +2 | awk '{ print $1}');
|
||||
do
|
||||
gcloud sql instances list --project $x
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue