diff --git a/gcp_info.sh b/gcp_info.sh index 5fd9fc66..77cfb844 100755 --- a/gcp_info.sh +++ b/gcp_info.sh @@ -114,7 +114,7 @@ This is useful in so many ways. Aside from a general inventory / overview for a $gcp_info_noninteractive_help -Can optionally specify a project id using the first argument +Can optionally specify a project id using the first argument, otherwise uses currently configured project $gcp_info_formatting_help " diff --git a/gcp_info_accounts_secrets.sh b/gcp_info_accounts_secrets.sh index 6128c017..1f4492be 100755 --- a/gcp_info_accounts_secrets.sh +++ b/gcp_info_accounts_secrets.sh @@ -32,6 +32,8 @@ Lists in this order: - IAM Service Accounts - Secrets Manager secrets +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_auth_config.sh b/gcp_info_auth_config.sh index d8868b02..0ae260e5 100755 --- a/gcp_info_auth_config.sh +++ b/gcp_info_auth_config.sh @@ -27,6 +27,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Lists GCP Auth, Organizations and Config +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_bigdata.sh b/gcp_info_bigdata.sh index 101db3e0..3e57afb5 100755 --- a/gcp_info_bigdata.sh +++ b/gcp_info_bigdata.sh @@ -40,6 +40,8 @@ Environment variables of regions to shortcut scanning all regions, comma or spac GCE_REGIONS - for Dataproc clusters and jobs IOT_REGIONS - for Cloud IOT registries +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_cloud_sql.sh b/gcp_info_cloud_sql.sh index b13a54ba..bbac35f8 100755 --- a/gcp_info_cloud_sql.sh +++ b/gcp_info_cloud_sql.sh @@ -27,6 +27,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Lists GCP Cloud SQL instances and the status of backups for each SQL instance in the current GCP Project +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_cloud_sql_backups.sh b/gcp_info_cloud_sql_backups.sh index 5be51236..22e0e322 100755 --- a/gcp_info_cloud_sql_backups.sh +++ b/gcp_info_cloud_sql_backups.sh @@ -27,6 +27,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Lists GCP Cloud SQL instances and the status of backups for each SQL instance in the current GCP Project +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_compute.sh b/gcp_info_compute.sh index e3674078..0e66017e 100755 --- a/gcp_info_compute.sh +++ b/gcp_info_compute.sh @@ -45,7 +45,7 @@ Lists in this order: $gcp_info_noninteractive_help -Can optionally specify a project id using the first argument +Can optionally specify a project id using the first argument, otherwise uses currently configured project $gcp_info_formatting_help Does not apply to Kubernetes info diff --git a/gcp_info_gke.sh b/gcp_info_gke.sh index f4c52ecb..c8269a78 100755 --- a/gcp_info_gke.sh +++ b/gcp_info_gke.sh @@ -40,6 +40,8 @@ Lists in this order: - service accounts, resource quotas, network policies, pod security policies - pods # might be too volumous if you have high replica counts, so done last, comment if you're sure nobody has deployed pods outside deployments +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help Does not apply to Kubernetes info " diff --git a/gcp_info_networking.sh b/gcp_info_networking.sh index c6e085c1..69390f5e 100755 --- a/gcp_info_networking.sh +++ b/gcp_info_networking.sh @@ -42,6 +42,8 @@ Lists in this order: - Firewall Rules & Forwarding Rules - DNS managed zones & verified domains +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_projects.sh b/gcp_info_projects.sh index a9950922..caf879ae 100755 --- a/gcp_info_projects.sh +++ b/gcp_info_projects.sh @@ -29,6 +29,8 @@ Lists GCP Projects and checks project is configured Can optionally specify a project id to switch to (will switch back to original project on any exit except kill -9) +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_services.sh b/gcp_info_services.sh index 6be143f7..3056e9c9 100755 --- a/gcp_info_services.sh +++ b/gcp_info_services.sh @@ -27,6 +27,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" usage_description=" Lists GCP services & APIs enabled in the current GCP Project +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_storage.sh b/gcp_info_storage.sh index 5460bcaf..a193ef5f 100755 --- a/gcp_info_storage.sh +++ b/gcp_info_storage.sh @@ -37,6 +37,8 @@ Lists in this order: - BigTable clusters and instances - Datastore Indexes +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help " diff --git a/gcp_info_tools.sh b/gcp_info_tools.sh index a6eca27f..6fa81866 100755 --- a/gcp_info_tools.sh +++ b/gcp_info_tools.sh @@ -34,6 +34,8 @@ Lists in this order: - Container Registry Images - Deployment Manager +Can optionally specify a project id using the first argument, otherwise uses currently configured project + $gcp_info_formatting_help "