@promptloop/cli
v0.2.0
Published
PromptLoop CLI - Run AI research tasks from the command line
Downloads
132
Readme
PromptLoop CLI
Run PromptLoop tasks and batches from your terminal.
Install
npm install -g @promptloop/cliOr run without global install:
npx @promptloop/cli --help
bunx @promptloop/cli --helpAuthenticate
promptloop auth loginBrowser login opens PromptLoop in your default browser and stores credentials at:
~/.promptloop/credentials.tomlCommon commands
promptloop tasks list
promptloop tasks get <task-id>
promptloop tasks run <task-id> --inputs "https://example.com"
promptloop batches list
promptloop batches create --task-id <task-id> --file ./input.csv
promptloop batches status <batch-id> --watch
promptloop batches results <batch-id> --waitConfig
promptloop config list
promptloop config set api_url https://api.promptloop.comEnvironment overrides:
PROMPTLOOP_API_KEYPROMPTLOOP_API_URLPROMPTLOOP_TIMEOUT_MSPROMPTLOOP_OUTPUT_FORMAT
Development
cd apps/cli
bun install
bun run typecheck
bun run build