Run leap --help
to see available options.
Also available here
with curl
:
curl -s https://raw.githubusercontent.com/tensorleap/leap-cli/master/install.sh | bash
with wget
:
wget -q -O - https://raw.githubusercontent.com/tensorleap/leap-cli/master/install.sh | bash
- Download the binary from the releases page that matches your OS and machine architecture.
- Rename the binary to
leap
- Save it
/usr/local/bin
(or anywhere else in your$PATH
)
To install on Windows, go to the releases page and download the Windows installer. Please note that the server installation is not supported on Windows; you can only use this installation to connect to an existing server.
In order to enabled shell completions, add source <(leap completion zsh)
to your ~/.zshrc
file
- Clone this repo
- Run
go build .
(the built file will be namedleap-cli
)
you can also run go run .
to compile and run the source
make docgen
sudo rm $(which leap)
brew install go
brew install golangci-lint