The Orca CLI is a command-line tool for managing the Orca analytics platform during local development.
curl -fsSL https://raw.githubusercontent.com/orca-telemetry/cli/main/install-cli.sh | bash# Start the Orca stack
orca start
# Check status
orca status
# Initialize a project
orca init
# Stop the stack
orca stopFor complete documentation, including detailed command reference, configuration options, and troubleshooting, visit the Orca CLI Documentation.
- Docker
For issues or feature requests, please open an issue.