caddy-adapt - Man Page

Adapts a configuration to Caddy's native JSON

Synopsis

caddy adapt [flags]

Description

Adapts a configuration to Caddy's native JSON format and writes the output to stdout, along with any warnings to stderr.

If --pretty is specified, the output will be formatted with indentation for human readability.

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.

Options

-a, --adapter="caddyfile" Name of config adapter

-c, --config="" Configuration file to adapt (required)

-h, --help[=false] help for adapt

-p, --pretty[=false] Format the output for human readability

--validate[=false] Validate the output

See Also

caddy(8)

History

17-Aug-2023 Auto generated by spf13/cobra

Referenced By

caddy(8).

Aug 2023 Auto generated by spf13/cobra