Verify, inspect and manage your prokodo projects from the terminal.
npm install -g @prokodo/cli
prokodo auth login --key pk_live_…
prokodo init --slug my-project
prokodo verify
Securely store, rotate, and inspect your API key. Credentials are saved at ~/.config/prokodo with 0600 permissions.
Scaffold .prokodo/config.json in seconds. Set a project slug, glob patterns, and timeout — everything verify needs.
Upload your project files and trigger a cloud verification run. Stream logs in real-time, get a structured result.
Check your credit balance at any time. Combine with --json for scripting or dashboard integrations.
Diagnose your environment with one command. Checks Node version, credentials, config file, and API reachability.
Every command supports --json output, environment-variable auth (PROKODO_API_KEY), and exits with predictable codes.