Command Reference
Every Prompter CLI command and flag.
Every command available in Prompter v1.2.4. Run `prompter --help` any time for the current list.
Setup & account
prompter initInitialize Prompter in a project. Flags: --tools, --skills, --prompts, --no-interactive.
prompter loginLog in with a license key to access premium skills.
prompter whoamiShow the current logged-in user and subscription tier.
prompter logoutLog out and remove the stored license token.
prompter guideShow the Prompter setup guide.
prompter updateUpdate Prompter workflow files to the latest version.
prompter upgradeUpgrade the Prompter CLI itself.
Browsing specs & changes
prompter listList active changes. Flags: --specs, --sort <recent|name>, --json.
prompter list --specsList every spec (capability) that is already built.
prompter show [item]Show a change or spec. Flags: --json, --type, --deltas-only, -r <id>.
prompter viewAn interactive dashboard of specs and changes.
prompter spec listList specifications. Add --long for detail.
prompter spec show [spec-id]Display a specific specification.
Validation & archiving
prompter validate [item]Validate changes and specs. Flags: --strict, --all, --changes, --specs, --json.
prompter spec validate [spec-id]Validate a specification's structure.
prompter archive [change]Archive a completed change & update specs. Flags: -y/--yes, --skip-specs.
Configuration
prompter config listShow all current settings.
prompter config get <key>Get a single value (raw, scriptable).
prompter config set <key> <value>Set a configuration value.
prompter config unset <key>Remove a key (revert to default).
prompter config pathShow the config file location.
prompter config editOpen the config in $EDITOR.
prompter config resetReset configuration to defaults.
Deprecated commands
The noun-first `prompter change ...` commands (show, list, validate) still run but print a warning. Prefer the verb-first forms: `prompter show`, `prompter list`, `prompter validate`.
Last updated: May 16, 2026
