metalcloud-cli custom-iso make-public¶
Make a custom ISO available to all users
Synopsis¶
Make a custom ISO image publicly available to all users in the organization.
This command changes the visibility of a custom ISO from private (accessible only to the owner) to public (accessible to all users with appropriate permissions).
Arguments: custom_iso_id ID of the custom ISO to make public (required)
Required permissions:
custom_iso:write
Dependencies:
Custom ISO must exist and be accessible
User must be the owner of the custom ISO or have admin privileges
Examples:
Make custom ISO with ID 12345 public¶
metalcloud-cli custom-iso make-public 12345
Make ISO public using shorter alias¶
metalcloud-cli iso make-public 12345
metalcloud-cli custom-iso make-public custom_iso_id [flags]
Options¶
-h, --help help for make-public
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 custom-iso - Manage custom ISO images for server provisioning