miosp/helm-scribe

Generate a Helm values parameters table and values.schema.json, with an optional CI check mode.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
chart-directoryDirectory of the Helm chart to process.no.
values-filePath to the values file (maps to --values-file).no""
readme-filePath to the README file (maps to --readme-file).no""
configPath to the helm-scribe config file (maps to --config).no""
truncate-lengthMax default value length before truncation (maps to --truncate-length).no""
heading-levelHeading level for section headers, 1-6 (maps to --heading-level).no""
schema-filePath to the schema output file (maps to --schema-file).no""
dry-runPrint output to stdout instead of writing files (maps to --dry-run). Incompatible with check.nofalse
no-prettyDisable table column alignment (maps to --no-pretty).nofalse
schema-onlyOnly generate the schema, skip README (maps to --schema-only).nofalse
readme-onlyOnly generate the README, skip schema (maps to --readme-only).nofalse
strictTreat warnings as errors (maps to --strict).nofalse
type-columnShow the type column in the README table (maps to --type-column).nofalse
versionhelm-scribe version constraint. "0" floats within major 0; "0.3" floats within 0.3; "0.3.1" pins exactly; "latest" takes the highest release.no0
checkFail the step when generated files drift from what helm-scribe produces.nofalse
binaryAdvanced. Path to a prebuilt helm-scribe binary. When set, version resolution and download are skipped and this binary is used directly.no""
namedescription
versionThe resolved release tag used, or "local" when the binary input was provided.
drifttrue or false; whether check mode found stale files.
changed-filesNewline-separated list of files that drifted (check mode).