1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.\" Generated by gohelp2man v0.2.0; DO NOT EDIT.
.TH COMPOSE\-SPEC 1 "2025-10-19" "compose-spec"
.SH NAME
compose\-spec \- Validates a compose file conforms to the Compose Specification
.SH SYNOPSIS
.B compose-spec [\fIOPTIONS\fR] COMPOSE_FILE [\fICOMPOSE_OVERRIDE_FILE\fR]
.SH OPTIONS
.TP
\fB\-format\fR string
Output format (yaml|json). (default "yaml")
.TP
\fB\-no\-consistency\fR
Don't check model consistency.
.TP
\fB\-no\-interpolation\fR
Don't interpolate environment variables.
.TP
\fB\-no\-normalization\fR
Don't normalize compose model.
.TP
\fB\-no\-path\-resolution\fR
Don't resolve file paths.
|