From 8caa65dfa39498e7179c2011c128accea3b86095 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 13 Oct 2020 11:12:49 +0100 Subject: [PATCH] updated README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2078d5d9..089dccdc 100644 --- a/README.md +++ b/README.md @@ -348,8 +348,9 @@ etc. - `gce_meta.sh` - simple script to query the GCE metadata API from within Virtual Machines - `gce_when_preempted.sh` - GCE VM preemption latch script - can be executed any time to set one or more commands to execute upon preemption - `gce_is_preempted.sh` - GCE VM return true/false if preempted, callable from other scripts - - `gcp_sql_service_accounts.sh` - lists [Cloud SQL](https://cloud.google.com/sql) service accounts. Useful for copying to [IAM](https://cloud.google.com/iam) to grant permissions (eg. Storage Object Creator for SQL export backups) - - `gcp_sql_export.sh` - creates [Cloud SQL](https://cloud.google.com/sql) export backups to [GCS](https://cloud.google.com/storage) + - `gcp_sql_*.sh` - [Cloud SQL](https://cloud.google.com/sql) scripts: + - `gcp_sql_service_accounts.sh` - lists [Cloud SQL](https://cloud.google.com/sql) service accounts. Useful for copying to [IAM](https://cloud.google.com/iam) to grant permissions (eg. Storage Object Creator for SQL export backups) + - `gcp_sql_export.sh` - creates [Cloud SQL](https://cloud.google.com/sql) export backups to [GCS](https://cloud.google.com/storage) - `bigquery_*.sh` - [BigQuery](https://cloud.google.com/bigquery) scripts: - `bigquery_list_datasets.sh` - lists BigQuery datasets in the current GCP project - `bigquery_list_tables.sh` - lists BigQuery tables in a given dataset