HeroPrompt
Back to docs

CLI Reference

Commands

Every heroprompt subcommand and its flags

Commands

Every subcommand of the heroprompt CLI. Run heroprompt --help for the inline version.

Global flags

FlagEffect
--versionPrint the version and exit
--helpShow help for the current command
--api-url <url>Override the API base URL (default: https://heroprompt.store/api)

auth

CommandEffect
heroprompt login --token <t>Save a personal access token to ~/.heroprompt/config
heroprompt logoutForget the saved token
heroprompt auth statusPrint which account the CLI is logged in as

list

CommandEffect
heroprompt list promptsList every prompt you have access to
heroprompt list categoriesList prompt categories
heroprompt list skillsList your accessible skills (PRO only)

sync

CommandEffect
heroprompt sync allDownload every accessible prompt as markdown
heroprompt sync category <slug>Download one category
heroprompt sync --out <dir>Override the default ~/.heroprompt/prompts

pack

CommandEffect
heroprompt pack listList the six available packs
heroprompt pack list --installedFilter 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> --forceOverwrite an existing install
heroprompt pack uninstall <id>Remove a pack locally and on the server
heroprompt pack syncUpdate every installed pack to its latest version

update

CommandEffect
heroprompt updateCheck 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.