Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:09

Changes

  • build workflows%0A- update readme%0A- update readme%0A- various fixes and additions%0A- shell command%0A- cluster selection and console%0A- adding env selection%0A- initial commit

Installation

Download the appropriate binary for your platform:

Linux

# AMD64
curl -L https://github.com/scttymn/gcpeasy/releases/download/v0.1.0/gcpeasy-linux-amd64.tar.gz | tar xz
sudo mv gcpeasy-linux-amd64 /usr/local/bin/gcpeasy

# ARM64
curl -L https://github.com/scttymn/gcpeasy/releases/download/v0.1.0/gcpeasy-linux-arm64.tar.gz | tar xz
sudo mv gcpeasy-linux-arm64 /usr/local/bin/gcpeasy

macOS

# Intel Macs
curl -L https://github.com/scttymn/gcpeasy/releases/download/v0.1.0/gcpeasy-macos-amd64.tar.gz | tar xz
sudo mv gcpeasy-macos-amd64 /usr/local/bin/gcpeasy

# Apple Silicon Macs (M1/M2)
curl -L https://github.com/scttymn/gcpeasy/releases/download/v0.1.0/gcpeasy-macos-arm64.tar.gz | tar xz
sudo mv gcpeasy-macos-arm64 /usr/local/bin/gcpeasy

Windows

Download gcpeasy-windows-amd64.zip and extract the executable.

Verify Installation

gcpeasy --version