# metalcloud-cli firmware-baseline config-example Display configuration file template for creating firmware baselines ## Synopsis Display configuration file template for creating firmware baselines. This command outputs a comprehensive example configuration file that shows all available options for creating firmware baselines. The example includes all required and optional fields with their descriptions and sample values. The configuration template covers: - Basic metadata (name, description) - Target hardware specifications (level, level filter) - Catalog associations Use this template as a starting point for creating your own firmware baseline configurations. Copy the output to a file, modify the values as needed, and use it with the create command. Examples: metalcloud-cli firmware-baseline config-example > baseline-template.json metalcloud-cli fw-baseline config-example | grep -A 5 "level" metalcloud-cli baseline config-example | jq '.name' ``` metalcloud-cli firmware-baseline config-example [flags] ``` ### Options ``` -h, --help help for config-example ``` ### Options inherited from parent commands ``` -k, --api_key string MetalCloud API key -c, --config string Config file path -d, --debug Set to enable debug logging -e, --endpoint string MetalCloud API endpoint -f, --format string Output format. Supported values are 'text','csv','md','json','yaml'. (default "text") -i, --insecure_skip_verify Set to allow insecure transport -l, --log_file string Log file path -v, --verbosity string Log level verbosity (default "INFO") ``` ### SEE ALSO * [metalcloud-cli firmware-baseline](/content/configuration/cli/metalcloud-cli_firmware-baseline.md) - Manage firmware baselines for consistent hardware configurations #### Auto generated by spf13/cobra on 11-Aug-2025