Skip to content

Releases: adamrodger/gcloud-ctx

v0.7.0

20 Feb 21:19
Compare
Choose a tag to compare
Tag for 0.7.0

v0.6.0

20 Feb 19:59
Compare
Choose a tag to compare

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

26 Jul 16:22
Compare
Choose a tag to compare

Features:

  • #26 - Interactive create command
  • #14 - brew installation for Mac/Linux
  • #13 - scoop installation for Windows

Chores:

  • Improved CI
  • Screencast example

v0.4.0

18 Jul 11:58
Compare
Choose a tag to compare
  • 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

16 Jul 20:17
Compare
Choose a tag to compare
  • gctx delete command
  • Improved docs

v0.2.0

14 Jul 19:44
Compare
Choose a tag to compare
  • Split the command line utility gctx and the core library gcloud-ctx into separate crates

v0.1.0

12 Jul 19:45
Compare
Choose a tag to compare

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