#CLI Samples โ€” Schematic and Projection Artifacts

Version: 0.33.0 Updated: 2026-03-15 Applies to: ranvier-cli Category: Patterns & Examples


Reproduce ranvier-cli artifact generation flows from schematic and timeline inputs.

#Commands

# Generate schematic artifact
ranvier schematic basic-schematic --output schematic.json

# Generate projection artifacts from timeline
ranvier status projection-from-timeline ./dist/sample.timeline.json --output ./dist/trace

#Expected Outputs

  • schematic.json is generated.
  • trace.public.json and trace.internal.json are generated under the output path.

  • CLI Manual โ€” Commands and artifact flows
  • Ranvier Samples โ€” Core example reproduction