terrakube is a command-line client for Terrakube Server. It brings organizations, workspaces and other Terrakube concepts to the terminal.
See the manual for setup and usage instructions.
terrakube is available via Homebrew and as a downloadable binary from the releases page.
| Install: | Upgrade: |
|---|---|
brew install terrakube-io/cli/terrakube |
brew upgrade terrakube |
Download packaged binaries from the releases page.
terrakube is available via Chocolatey and as a downloadable binary from the releases page.
| Install: | Upgrade: |
|---|---|
choco install terrakube |
choco upgrade terrakube |
Requires Go 1.25 or later.
git clone https://github.com/terrakube-io/terrakube-cli.git
cd terrakube-cli
go build -o terrakube .If anything feels off, or if you feel that some functionality is missing, please check out the contributing page. There you will find instructions for sharing your feedback, building the tool locally, and submitting pull requests to the project.