Install
Run this in your terminal:
curl -sL https://tunnee.com/install.sh | sh If you use Homebrew on macOS or Linux, you can also install Tunnee with:
brew install tunnee-dev/tap/tunnee Once it’s done, check that the CLI is ready:
tunnee --version Update
Tunnee comes with a built-in updater:
tunnee update Flags you might find useful:
--version <value>- grab a specific version instead of the latest--dry-run- see what would happen without touching the binary--force- reinstall even if you’re already on the latest version--install-dir <path>- put the binary somewhere specific
Things to know
- If the updater can’t replace the binary, run it with elevated privs (only if your install location actually needs it).
- The updater checks checksums when they’re available for the release.