CLIWorkflows
Workflows
Common end-to-end CLI workflows — offline development, CI integration, regenerating bindings, and multi-project setup.
These guides walk you through common end-to-end patterns for using the optixlog CLI. Each page covers a specific scenario with step-by-step instructions and runnable examples.
Offline Fixture Workflow
Develop and test locally without a live server using --fixture or OPTIXLOG_FIXTURE.
CI Integration
Non-interactive login, init, generate, and drift detection with --check in GitHub Actions.
Regenerating Bindings
When and how to re-run generate after schema changes, and how to use --check to detect drift.
Multi-Project Setup
Select multiple projects with init --all or --project, and understand how the generated module scales.