G
gcloud workstations CLI group
Details
- Command
-
gcloud workstations - Docs
- https://docs.cloud.google.com/sdk/gcloud/reference/workstations
Authentication
$ gcloud auth login Use Google Cloud authentication to obtain an access token for calling Google APIs. The easiest path is to run `gcloud auth login` for user credentials or set up Application Default Credentials. For raw REST calls, the auth docs show using gcloud auth print-access-token and sending the result as Authorization: Bearer <token>; service accounts can also be used through ADC or impersonation. See Authenticate for using REST.