Skip to content

mise-plugins/vfox-gcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 gcloud@450.0.0

# With vfox
vfox install gcloud@450.0.0

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages