Sponsor:

Your company here, and a link to your site. Click to find out more.

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.

If --envfile is specified, an environment file with environment variables in the KEY=VALUE format will be loaded into the Caddy process.

Options

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

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

--envfile=[] Environment file(s) to load

-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

11-Feb-2024 Auto generated by spf13/cobra

Referenced By

caddy(8).

Feb 2024 Auto generated by spf13/cobra