Install the Pioneer CLI when you want terminal access to training jobs, model artifacts, datasets, and the interactive Pioneer agent.Documentation Index
Fetch the complete documentation index at: https://docs.pioneer.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Authenticate
Create an API key
Create an API key in the Pioneer dashboard, then keep it ready for the login prompt.
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.