Skip to main content

astroctl_cloud_gcp_credentials

astroctl cloud gcp credentials

Get temporary GCP credentials

Synopsis

Get temporary GCP credentials for debugging and verification.

These credentials can be used with gcloud CLI or GCP SDK.

astroctl cloud gcp credentials [flags]

Examples

# Get temporary credentials for a cluster
astroctl cloud gcp credentials --cluster-name prod

Options

--cluster-name string The name of the cluster (required)
--duration string Credential duration (e.g., 30m, 1h) (default "1h")
-h, --help help for credentials
--project-id string GCP project ID (auto-detected from cluster)
--region string GCP region (auto-detected from cluster)

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO