metalcloud-cli firmware-policy list¶
List all firmware upgrade policies
Synopsis¶
List all firmware upgrade policies in the system.
This command displays all firmware policies with their basic information including ID, label, status, action, owner, and timestamps. The output shows which policies are active and what type of firmware upgrade action they will perform.
No flags are required for this command.
Examples:
List all firmware policies¶
metalcloud-cli firmware-policy list
List policies using alias¶
metalcloud-cli fw-policy ls
metalcloud-cli firmware-policy list [flags]
Options¶
-h, --help help for list
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-policy - Manage server firmware upgrade policies and global firmware configurations