Skip to Content
CLI

CLI

@vidro/cli exposes a vidro binary. These commands are recognized:

CommandIntended roleCurrent behavior
initDetect a repository and scaffold .vidro/Not implemented. Exits 1.
generateCompile Vidro source into environment outputsNot implemented. Exits 1.
validateValidate source, references, and resolved configurationNot implemented. Exits 1.
checkDetect drift between source and managed outputsNot implemented. Exits 1.
showShow resolved configuration with external values maskedNot implemented. Exits 1.

Unknown commands also exit 1, after printing the command list. --help prints the same list and exits 0.

vidro show is specified to mask external values. That masking is not implemented. There is no published npm package, so npx vidro is not an install path yet.

Last updated on