Pioneer CLI is published as
@fastino-ai/pioneer-cli and runs with Bun 1.1.0 or newer.Requirements
- macOS or Linux
- Bun
1.1.0or newer - Node.js and npm
- A Pioneer API key from Pioneer API keys
Install the CLI
1
Install Bun
2
Install Pioneer CLI
3
Verify the command
Authenticate
1
Create an API key
Create an API key in the Pioneer dashboard, then keep it ready for the login prompt.
2
Log in interactively
3
Confirm your session
Interactive login stores your API key in
~/.pioneer/config.json. The CLI also supports PIONEER_API_KEY for CI or short-lived shell sessions.Check the setup
Run a few read-only commands to confirm the CLI can reach Pioneer:Update
Troubleshooting
pioneer: command not found
pioneer: command not found
Make sure your global npm bin directory is on
PATH.env: bun: No such file or directory
env: bun: No such file or directory
Install Bun and open a new terminal:
Authentication fails
Authentication fails
Create a new API key in the Pioneer dashboard, then run interactive login again.