Commands
Every subcommand of the heroprompt CLI. Run heroprompt --help for the inline version.
Global flags
| Flag | Effect |
|---|
--version | Print the version and exit |
--help | Show help for the current command |
--api-url <url> | Override the API base URL (default: https://heroprompt.store/api) |
auth
| Command | Effect |
|---|
heroprompt login --token <t> | Save a personal access token to ~/.heroprompt/config |
heroprompt logout | Forget the saved token |
heroprompt auth status | Print which account the CLI is logged in as |
list
| Command | Effect |
|---|
heroprompt list prompts | List every prompt you have access to |
heroprompt list categories | List prompt categories |
heroprompt list skills | List your accessible skills (PRO only) |
sync
| Command | Effect |
|---|
heroprompt sync all | Download every accessible prompt as markdown |
heroprompt sync category <slug> | Download one category |
heroprompt sync --out <dir> | Override the default ~/.heroprompt/prompts |
pack
| Command | Effect |
|---|
heroprompt pack list | List the six available packs |
heroprompt pack list --installed | Filter to packs you have installed |
heroprompt pack info <id> | Show what's in a pack before installing |
heroprompt pack install <id> | Install a pack into ~/.claude/ |
heroprompt pack install <id> --force | Overwrite an existing install |
heroprompt pack uninstall <id> | Remove a pack locally and on the server |
heroprompt pack sync | Update every installed pack to its latest version |
update
| Command | Effect |
|---|
heroprompt update | Check PyPI for a newer release of the CLI itself |
update only reports — it never invokes pip. Run pipx upgrade heroprompt-cli (or equivalent) to apply.