CLI Installation
Install the official Promptodex CLI to run prompts from your terminal.
Install globally
bash
npm install -g pod-cliThis makes the pod command available everywhere.
Use with npx
If you don't want to install globally:
bash
npx pod-cli summarizeAlias
The CLI registers as pod. If there's a naming conflict on your system, you can also use promptodex as the command name — both work identically.
Verify installation
bash
pod --helpRequirements
- Node.js >= 18 — the CLI uses native
fetch
Initial setup
After installing, configure your AI provider:
bash
pod configThis interactive wizard walks you through:
- Choosing a vendor (OpenAI, Anthropic, xAI, or localhost)
- Entering your API key or port
- Setting a default model
See Configuration for manual setup.
Next Steps
- Commands — Full CLI command reference
- Configuration — Manual config file setup