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.webPortOptions
-h, --help help for describeOptions 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 exitSEE ALSO
- pelican config - View and search for configuration parameters