Installation
The CLI is included with the Fibonacci SDK:Quick Reference
| Command | Description |
|---|---|
fibonacci init | Initialize a new project |
fibonacci run | Execute a workflow |
fibonacci validate | Validate workflow files |
fibonacci deploy | Deploy to Fibonacci Cloud |
fibonacci logs | View execution logs |
fibonacci tools | Manage tool integrations |
Commands
fibonacci init
Initialize a new Fibonacci project:
fibonacci run
Execute workflows locally or remotely:
| Option | Description |
|---|---|
--input, -i | JSON input data |
--input-file, -f | Path to JSON input file |
--remote, -r | Execute on Fibonacci Cloud |
--env, -e | Environment (dev/staging/production) |
--timeout, -t | Execution timeout in seconds |
--verbose, -v | Verbose output |
--dry-run | Validate without executing |
fibonacci validate
Validate workflow syntax and configuration:
fibonacci deploy
Deploy workflows to Fibonacci Cloud:
| Option | Description |
|---|---|
--env, -e | Target environment |
--version, -v | Version tag |
--dry-run | Preview without deploying |
--force | Skip confirmation prompts |
--message, -m | Deployment message |
fibonacci logs
View execution logs:
| Option | Description |
|---|---|
--follow, -f | Stream logs in real-time |
--workflow, -w | Filter by workflow name |
--since, -s | Show logs since time |
--until, -u | Show logs until time |
--status | Filter by status (success/failed/running) |
--limit, -n | Number of log entries |
--format | Output format (text/json) |
fibonacci tools
Manage tool integrations:
fibonacci auth
Manage authentication:
fibonacci config
Manage configuration:
| Key | Description | Default |
|---|---|---|
default_model | Default LLM model | claude-sonnet-4-5-20250929 |
default_env | Default environment | development |
log_level | CLI log verbosity | info |
output_format | Default output format | text |
fibonacci secret
Manage secrets:
Project Configuration
Thefibonacci.yaml file configures your project:
Environment Variables
The CLI respects these environment variables:| Variable | Description |
|---|---|
FIBONACCI_API_KEY | API key for Fibonacci Cloud |
FIBONACCI_ENV | Default environment |
FIBONACCI_CONFIG | Path to config file |
FIBONACCI_LOG_LEVEL | Log verbosity |
FIBONACCI_NO_COLOR | Disable colored output |
Shell Completion
Enable tab completion for your shell:CI/CD Integration
GitHub Actions
GitLab CI
Troubleshooting
Common Issues
Command not found
Command not found
Ensure Fibonacci is installed and in your PATH:
Authentication errors
Authentication errors
Re-authenticate with Fibonacci Cloud:
Validation failures
Validation failures
Run with verbose mode for detailed errors:
Slow execution
Slow execution
Check network connectivity and consider running locally: