Add a --logo-file
option when creating or updating an organization
#295
Labels
enhancement
New feature or request
What problem are you facing?
If I have an image file that I want to use as my organization's logo, I currently have to base64-encode the image data and pass that value in to
metal organization create
ormetal organization update
using the--logo
flag.How could the Equinix Metal CLI help solve this problem?
If the
metal organization create
andmetal organization update
commands gained a--logo-file
flag, I could specify the path to the image file that I want to use as a logo, andmetal-cli
could read the file contents, base64-encode them, and send them to the Metal API in the correct format.The text was updated successfully, but these errors were encountered: