coder
is a command line utility for Coder Enterprise.
To view usage documentation, head over to https://enterprise.coder.com.
To report bugs and request features, please open an issue.
To install the latest version with go
you can use:
GO111MODULE=on go get cdr.dev/coder-cli/cmd/coder@latest
Or from GitHub Releases:
- Click a release and download the tar file for your operating system (ex: coder-cli-linux-amd64.tar.gz)
- Extract the
coder
binary from the tar file, ex:
cd ~/go/bin
tar -xvf ~/Downloads/coder-cli-linux-amd64.tar.gz