Skip to Content
Commands Referencepelican configpelican config describe

pelican config describe

Print documentation for the specified config parameter

Synopsis

The ‘describe’ command prints detailed documentation for a specified configuration parameter, including its type, default value, description, related components, and whether it is deprecated or hidden.

pelican config describe [parameter] [flags]

Examples

# View documentation for the Server.WebPort parameter pelican config describe server.webPort

Options

-h, --help help for describe

Options inherited from parent commands

--config string config file (default is $HOME/.config/pelican/pelican.yaml) -d, --debug Enable debug log messages -f, --federation string Pelican federation to utilize --json output results in JSON format -L, --log string Specified log output file --version Print the version and exit

SEE ALSO