Documentation Index
Fetch the complete documentation index at: https://mintlify.com/superradcompany/tool-cli/llms.txt
Use this file to discover all available pages before exploring further.
Install
- detect your OS and architecture automatically
- download the correct pre-built binary from GitHub releases
- verify the SHA-256 checksum
- install the binary to
~/.local/bin(macOS/Linux) or%LOCALAPPDATA%\Programs\tool\bin(Windows) - offer to add the install directory to your PATH
Verify installation
After install, confirm the binary is on your PATH:If the command is not found, your shell may not have picked up the PATH change yet. Restart your terminal, or source your shell config manually:On Windows, open a new terminal window for the PATH update to take effect.
PATH setup
The installer will prompt you to add the install directory to your PATH. If you skipped that step or used--no-modify-path, add it manually:
~/.bashrc, ~/.zshrc, ~/.config/fish/config.fish, or the Windows user PATH environment variable).
Installer options
The shell and PowerShell scripts accept options if you run them directly rather than piping:Self-update
Update tool-cli to the latest release:Uninstall
Remove the tool-cli binary:tool binary from your install directory. It does not modify your shell config files.