Skip to content

metalcloud-cli firmware-policy global-config config-example

Show example global firmware configuration in JSON format

Show an example global firmware configuration in JSON format.

This command displays a sample JSON configuration that can be used as a template for updating the global firmware configuration. The example includes all available fields with sample values that control system-wide firmware upgrade behavior.

The example output can be saved to a file and modified to update your global firmware configuration settings.

No flags or arguments are required for this command.

Examples:

metalcloud-cli firmware-policy global-config config-example

metalcloud-cli fw-policy global config-example > global-config.json

Use example as template for updating global config

Section titled “Use example as template for updating global config”

metalcloud-cli firmware-policy global-config config-example > config.json

metalcloud-cli firmware-policy global-config update —config-source config.json

metalcloud-cli firmware-policy global-config config-example [flags]
-h, --help help for config-example
-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")

Auto generated by spf13/cobra on 11-Aug-2025

Section titled “Auto generated by spf13/cobra on 11-Aug-2025”