CLI `schema`
Subcommands
Section titled “Subcommands”| Command | Purpose | Important options / arguments |
|---|---|---|
hike schema list | List the available schema types. | No extra options. |
hike schema show | Print a JSON schema to stdout. | `<config |
hike schema validate | Validate a file against one of Hike’s schema types. | `<file> —type config |
hike schema export | Export all supported schemas as JSON files. | --out PATH |
hike schema path | Print the default export path for a schema type. | `<config |
Typical workflows
Section titled “Typical workflows”hike schema listhike schema show confighike schema validate --type config hike.config.yamlhike schema export --out .schemasSchema support is especially useful for editor integration and CI validation of configuration files.