Manage the tool-cli binary on your machine. UseDocumentation 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.
tool self update to upgrade to the latest release and tool self uninstall to remove it completely.
Subcommands
| Subcommand | Description |
|---|---|
tool self update | Update tool-cli to the latest (or a specific) version |
tool self uninstall | Remove tool-cli from this system |
tool self update
Download and install the latest version of tool-cli. Use --check to see if an update is available without installing it, or --version to pin to a specific release.
Options
Only check whether a newer version is available. Does not download or install anything.
Install a specific version (e.g.,
0.2.0) instead of the latest.Examples
tool self uninstall
Remove tool-cli from your system. Prompts for confirmation before proceeding unless -y is passed.
Options
Skip the confirmation prompt.