Quickstart
Follow this streamlined path to get value quickly while keeping production-safe defaults.1
Install and authenticate
Authentication persists in
~/.config/cerulion/credentials. Use --token for headless CI.2
Initialize a project
.cerulion/config.yaml with sane defaults.3
Configure your profile
4
Validate schemas
Exit code 0 means the schema is compatible with Cerulion Core and language generators.
5
Run locally
q to gracefully stop.6
Build and publish a bundle
What you just accomplished
- Created a typed schema validated against Cerulion Core
- Ran a local graph with zero-copy transports enabled
- Produced a signed bundle and promoted it to a remote environment
Next steps
- Explore the full command reference to customize the build and deploy process.
- Automate the flow in CI using
cerulion auth login --tokenandcerulion bundle publish --dry-runfor gated releases. - Add observability with
cerulion logsandcerulion metricsonce your bundle is live.