metalcloud-cli firmware-binary get
Get detailed information about a specific firmware binary
Synopsis
Section titled “Synopsis”Get detailed information about a specific firmware binary.
This command displays comprehensive information about a firmware binary including:
- Basic metadata (name, packageVersion, catalogId)
- Hardware compatibility information (vendorSupportedDevices, vendorSupportedSystems)
- Binary file details (vendorDownloadUrl, cacheDownloadUrl, externalId)
- Installation requirements (rebootRequired, updateSeverity)
- Vendor information and release timestamp
- Creation and modification timestamps
- Associated links and resources
Arguments: firmware_binary_id The numeric ID of the firmware binary to retrieve
Examples: metalcloud-cli firmware-binary get 67890 metalcloud-cli fw-binary show 12345 metalcloud-cli firmware-bin get 98765
metalcloud-cli firmware-binary get firmware_binary_id [flags]Options
Section titled “Options” -h, --help help for getOptions 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 firmware-binary - Manage individual firmware binary files and packages