Skip to main content

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.

Manage the tool-cli binary on your machine. Use tool self update to upgrade to the latest release and tool self uninstall to remove it completely.

Subcommands

SubcommandDescription
tool self updateUpdate tool-cli to the latest (or a specific) version
tool self uninstallRemove 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.
tool self update [options]

Options

--check
boolean
Only check whether a newer version is available. Does not download or install anything.
--version
string
Install a specific version (e.g., 0.2.0) instead of the latest.

Examples

# Update to the latest version
tool self update

# Check for updates without installing
tool self update --check

# Install a specific version
tool self update --version 0.2.0

tool self uninstall

Remove tool-cli from your system. Prompts for confirmation before proceeding unless -y is passed.
tool self uninstall [options]

Options

-y, --yes
boolean
Skip the confirmation prompt.

Examples

# Uninstall with confirmation prompt
tool self uninstall

# Uninstall without confirmation
tool self uninstall -y
This permanently removes the tool-cli binary. Your installed tools and configuration are not deleted, but you will need to reinstall tool-cli to use them again.

Build docs developers (and LLMs) love