Skip to content

ordo-state

This document contains the help content for the ordo-state command-line program.

Command Overview:

Declarative infrastructure management for stateful machines

Usage: ordo-state <COMMAND>

  • validate — Parse and validate one or more modules
  • check — Run conflict detection across the specified modules
  • deps — Display the module dependency graph
  • schema — Generate a JSON Schema for the module file format

Parse and validate one or more modules

Usage: ordo-state validate <PATHS>...

  • <PATHS> — File or directory paths to validate

Run conflict detection across the specified modules

Usage: ordo-state check <PATHS>...

  • <PATHS> — File or directory paths to check for conflicts

Display the module dependency graph

Usage: ordo-state deps <PATHS>...

  • <PATHS> — File or directory paths to analyze

Generate a JSON Schema for the module file format.

The schema can be used by editors (e.g. VS Code with the YAML extension) for autocompletion and inline validation.

Usage: ordo-state schema [OPTIONS]

  • --output <OUTPUT> — Write the schema to a file instead of stdout

This document was generated automatically by clap-markdown.