Three commands manage your registry credentials: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.
tool login stores your API token, tool whoami confirms who you’re authenticated as, and tool logout clears stored credentials.
tool login
Authenticate with tool.store. Stores your API token locally so commands like tool publish can use it automatically.
Without --token, the command prompts you to enter your token interactively.
Options
API token to store. If not provided, the command prompts interactively.
Examples
tool logout
Clear stored registry credentials from your local machine. After logging out, commands that require authentication (like tool publish) will prompt you to log in again.
Examples
tool whoami
Show who you’re currently authenticated as. By default uses your stored credentials. Pass --token to validate a specific token without replacing the stored one.
Options
API token to validate. If not provided, the stored credentials are used.