# metalcloud-cli firmware-binary Manage individual firmware binary files and packages ## Synopsis Manage individual firmware binary files and packages. Firmware binaries are the actual firmware files that can be applied to hardware components. They are typically part of firmware catalogs but can also be managed individually for custom firmware deployment scenarios. Each firmware binary contains: • Binary file data and metadata • Compatibility information (hardware models, component types) • Version and release information • Installation instructions and dependencies • Checksums and verification data Use cases: • Manual firmware binary registration • Custom firmware package creation • Individual binary management outside of vendor catalogs • Firmware binary inspection and validation ### Options ``` -h, --help help for firmware-binary ``` ### 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](/content/configuration/cli/metalcloud-cli.md) - MetalCloud CLI * [metalcloud-cli firmware-binary config-example](/content/configuration/cli/metalcloud-cli_firmware-binary_config-example.md) - Display configuration file template for creating firmware binaries * [metalcloud-cli firmware-binary create](/content/configuration/cli/metalcloud-cli_firmware-binary_create.md) - Create a new firmware binary from configuration file * [metalcloud-cli firmware-binary delete](/content/configuration/cli/metalcloud-cli_firmware-binary_delete.md) - Delete a firmware binary permanently * [metalcloud-cli firmware-binary get](/content/configuration/cli/metalcloud-cli_firmware-binary_get.md) - Get detailed information about a specific firmware binary * [metalcloud-cli firmware-binary list](/content/configuration/cli/metalcloud-cli_firmware-binary_list.md) - List all firmware binaries #### Auto generated by spf13/cobra on 11-Aug-2025