Documentation
¶
Overview ¶
Command gcloudenv manages gcloud configurations the way nvm/rbenv manage language versions: switch the active profile per-shell, set a global default, and auto-switch based on a .gcloudenv file in the working directory.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cmd implements the gcloudenv CLI commands built on top of cobra.
|
Package cmd implements the gcloudenv CLI commands built on top of cobra. |
|
internal
|
|
|
gcloud
Package gcloud is a thin wrapper around the gcloud CLI.
|
Package gcloud is a thin wrapper around the gcloud CLI. |
|
profile
Package profile resolves which gcloud configuration should be active, following the same precedence philosophy as nvm/rbenv: an explicit choice beats a directory-local file, which beats the environment, which beats the configured global default.
|
Package profile resolves which gcloud configuration should be active, following the same precedence philosophy as nvm/rbenv: an explicit choice beats a directory-local file, which beats the environment, which beats the configured global default. |
|
shell
Package shell holds the sourced shim templates and helpers for emitting shell-appropriate environment statements.
|
Package shell holds the sourced shim templates and helpers for emitting shell-appropriate environment statements. |
Click to show internal directories.
Click to hide internal directories.