-
Notifications
You must be signed in to change notification settings - Fork 1
Description
rtgs auth not finding gcloud CLI even after installation
$ rtgs auth status
Google Cloud Authentication Status
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Component ┃ Status ┃ Details ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ gcloud CLI │ ❌ Missing │ Run 'rtgs auth login' for installation │
│ │ │ instructions │
│ Authentication │ ❌ Not │ Run 'rtgs auth login' │
│ │ authenticated │ │
│ Project │ Not set │ Run 'gcloud config set project │
│ │ │ PROJECT_ID' │
│ Secret Manager │ ❌ No access │ Authentication required │
└───────────────────────────┴─────────────────┴─────────────────────────────────────────┘
Recommendation: Run rtgs auth login to authenticate
$ rtgs auth login
RTGS Lab Tools - Google Cloud Authentication
❌ gcloud CLI not found
To install Google Cloud CLI on Windows:
- Download the installer: https://cloud.google.com/sdk/docs/install-sdk#windows
- Or use the Windows installer:
https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe - Restart Git Bash after installation