Developer Tooling
Developer Tooling

Validate and manage IOModel projects from the command line and CI.

Developer tooling makes IOModel projects work like code: a command-line tool for validation and scaffolding, and CI integration so model and spec changes are checked on every push.

In this group

Why a CLI and CI

GoalTool
Validate locally before commitCLI validate
Block bad changes in PRsCI validation
Scaffold objects and docsCLI new
Keep YAML consistentCLI format

The same validation runs in the editor, the CLI, and CI. Consistent checks everywhere mean fewer surprises at review time.

Last updated on