pelican config dump
Dump all configuration parameters
Synopsis
The ‘dump’ command outputs all current configuration parameters and their values to the console. This includes default values that have not been explicitly set.
pelican config dump [flags]Examples
# Dump all configuration parameters
pelican config dumpOptions
-o, --format string Output format (yaml or json) (default "yaml")
-h, --help help for dumpOptions 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