I hit Enter.
Examples: $0 --key-file ./sa-key.json $0 -k sa-key.json -p my-project $0 -k sa-key.json -v EOF exit 0 ;; *) log_error "Unknown option: $1" exit 1 ;; esac done gcloud login with service account
I rubbed the sleep from my eyes and opened my laptop. The error logs from Google Cloud Run were unhelpful, as they always are at this hour. I hit Enter
I typed the incantation:
log_info() echo -e "$GREEN[INFO]$NC $1"; log_warn() echo -e "$YELLOW[WARN]$NC $1"; log_error() echo -e "$RED[ERROR]$NC $1"; log_warn() echo -e "$YELLOW[WARN]$NC $1"