Skip to content

Commit

Permalink
feat: notify users on uninstall their gcloud proj configs still p… (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Mar 7, 2020
1 parent f0a7b55 commit 29619a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -euo pipefail

# Google Cloud SDK uninstall instructions - https://cloud.google.com/sdk/docs/uninstall-cloud-sdk

gcloud_config_path=$(gcloud info --format='value(config.paths.global_config_dir)')

printf "ℹ️ Your gcloud project configuration(s) persist in %s\\n" "${gcloud_config_path}"

0 comments on commit 29619a7

Please sign in to comment.