Documentation Index
Fetch the complete documentation index at: https://docs.cirron.com/llms.txt
Use this file to discover all available pages before exploring further.
Initial Release
The Cirron CLI is now generally available. A single binary covers the project lifecycle, drives runs on the platform, and inspects local profiling artifacts produced by the SDK.Project lifecycle
cirron initscaffolds projects. Can start from scratch or use PyTorch, TensorFlow, scikit-learn, or custom templates, with inference and training variantscirron compile,cirron build, andcirron deploytake a project from source to a deployed endpoint, driven bycirron.yamlcirron testruns the built-in suite for ML environments, data pipelines, and inference
Run and inspect
cirron run pipeline | job | inference | sweepto launch work, withstatus,logs, andcancelfor in-flight runscirron replayre-executes a recorded run for reproducibilitycirron listandcirron infosummarize project and platform state
Local-first profiling
cirron traces view | list | export | clearoperates directly on the SDK’s./.cirron/directory to render a flamegraph in the terminal, list sessions, or export tracescirron spool inspect | flush | clearmanages the on-disk spool and ships artifacts to the platform when you’re readycirron traces snapshotsandcirron traces snapshotsurface weight and gradient snapshots from the spool
Plan, sync, and diagnose
cirron plan compile | build | diff | savepreviews execution and persists plans for reviewcirron push,cirron pull, andcirron syncmove artifacts between the local project and the platformcirron doctor,cirron diagnostics,cirron hardware, andcirron lintvalidate the environment before a run
Auth and config
cirron auth login | logout | status | refreshfor API keys and session statecirron config,cirron settings, andcirron envfor global, project, and per-environment configuration
Install
npm install -g @cirron/clicurl -fsSL https://cli.cirron.com | bash- Standalone binaries for linux-x64, macos-x64, macos-arm64, and win-x64