metalcloud-cli firmware-catalog update¶
Update an existing firmware catalog
Synopsis¶
Update an existing firmware catalog.
This command allows you to update the configuration of an existing firmware catalog. Updates are provided through a configuration file (JSON or YAML format) that contains the new settings to apply.
The configuration file should contain only the fields you want to update. The catalog will be refreshed with the new configuration, potentially downloading new firmware information from vendor sources.
Required Flags: –config-source Source of the configuration updates (JSON/YAML file path or ‘pipe’)
Arguments: firmware_catalog_id The ID of the firmware catalog to update (optional if provided in config)
Examples: metalcloud-cli firmware-catalog update 12345 –config-source ./update-config.json cat update-config.json | metalcloud-cli firmware-catalog update –config-source pipe
Configuration file example (update-config.json): { “description”: “Updated description”, “vendor_url”: “https://downloads.dell.com/new-catalog.xml.gz”, “server_types_filter”: [“M.24.64.2”, “M.32.128.2”], “download_binaries”: true }
metalcloud-cli firmware-catalog update firmware_catalog_id [flags]
Options¶
--config-source string Source of the firmware catalog configuration updates. Can be 'pipe' or path to a JSON file.
-h, --help help for update
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-catalog - Manage firmware catalogs for server hardware updates