Releases: adamrodger/gcloud-ctx
Releases · adamrodger/gcloud-ctx
v0.7.0
v0.6.0
fix: Fix colours on Windows
chore: Upgrade to Rust 2021 edition and upgrade dependencies
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
- Breaking change (internal): replace booleans for activate and force overwrite with dedicated enums
- Feature: describe command defaults to active configuration
- Feature: add version number to usage text
- Chore: Improved CI
v0.3.0
gctx delete
command- Improved docs
v0.2.0
- Split the command line utility
gctx
and the core librarygcloud-ctx
into separate crates
v0.1.0
First release of gctx
binary with support for basic gcloud
configuration commands:
gcloud configuration manager
USAGE:
gctx.exe [context] [SUBCOMMAND]
ARGS:
<context> Switch to this context (shorthand for activate, ignores subsequent arguments)
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
activate Activate a configuration by name
copy Copy a configuration
create Create a new configuration
current Show the current configuration
describe Describe all the properties in a configuration
help Prints this message or the help of the given subcommand(s)
list List all available configurations
rename Rename a configuration