metalcloud-cli firmware-binary
Manage individual firmware binary files and packages
Synopsis
Section titled “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
Section titled “Options” -h, --help help for firmware-binaryOptions inherited from parent commands
Section titled “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
Section titled “SEE ALSO”- metalcloud-cli - MetalCloud CLI
- metalcloud-cli firmware-binary config-example - Display configuration file template for creating firmware binaries
- metalcloud-cli firmware-binary create - Create a new firmware binary from configuration file
- metalcloud-cli firmware-binary delete - Delete a firmware binary permanently
- metalcloud-cli firmware-binary get - Get detailed information about a specific firmware binary
- metalcloud-cli firmware-binary list - List all firmware binaries