Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.2 KB

File metadata and controls

77 lines (51 loc) · 1.2 KB

vfox-gcloud

Google Cloud SDK (gcloud CLI) plugin for vfox and mise.

Installation

With mise

mise use -g vfox:gcloud@latest

With vfox

vfox add gcloud
vfox install gcloud@latest

Usage

Install a specific version

# With mise
mise use [email protected]

# With vfox
vfox install [email protected]

List available versions

# With mise
mise ls-remote gcloud

# With vfox
vfox search gcloud

Post-Installation

After installation, you may need to initialize gcloud:

gcloud init

Installing Additional Components

You can install additional SDK components:

gcloud components install kubectl
gcloud components install gke-gcloud-auth-plugin
gcloud components install cloud-sql-proxy

Supported Platforms

  • Linux (x86_64, ARM)
  • macOS (x86_64, ARM/Apple Silicon)
  • Windows (x86_64)

Environment Variables

This plugin sets the following environment variables:

Variable Description
PATH Includes the gcloud SDK bin directory
CLOUDSDK_ROOT_DIR Points to the gcloud SDK installation directory

License

MIT