.nh .TH "Caddy" "8" "Apr 2023" "Auto generated by spf13/cobra" "" .SH NAME .PP caddy-adapt - Adapts a configuration to Caddy's native JSON .SH SYNOPSIS .PP \fBcaddy adapt [flags]\fP .SH DESCRIPTION .PP Adapts a configuration to Caddy's native JSON format and writes the output to stdout, along with any warnings to stderr. .PP If --pretty is specified, the output will be formatted with indentation for human readability. .PP If --validate is used, the adapted config will be checked for validity. If the config is invalid, an error will be printed to stderr and a non- zero exit status will be returned. .SH OPTIONS .PP \fB--adapter\fP="caddyfile" Name of config adapter .PP \fB--config\fP="" Configuration file to adapt (required) .PP \fB-h\fP, \fB--help\fP[=false] help for adapt .PP \fB--pretty\fP[=false] Format the output for human readability .PP \fB--validate\fP[=false] Validate the output .SH SEE ALSO .PP \fBcaddy(8)\fP .SH HISTORY .PP 17-Apr-2023 Auto generated by spf13/cobra