| title | Installation |
|---|
Download from Releases.
Extract and move to your PATH:
xattr -c restcli-macos-latest
chmod +x restcli-macos-latest
mv restcli-macos-latest /usr/local/bin/restcli- Go 1.24 or later
git clone https://github.com/studiowebux/restcli
cd restcli/src
go build -o ../bin/restcli ./cmd/restclimv ../bin/restcli /usr/local/bin/Create completions directory:
mkdir -p ~/.zsh/completionsAdd to ~/.zshrc:
fpath=(~/.zsh/completions $fpath)
autoload -Uz compinit && compinitGenerate completions:
restcli completion zsh > ~/.zsh/completions/_restcliReload shell:
source ~/.zshrcrestcli --version