metalcloud-cli firmware-binary get

Get detailed information about a specific firmware binary

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

  -h, --help   help for get

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

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