Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a --logo-file option when creating or updating an organization #295

Open
ctreatma opened this issue Jun 28, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ctreatma
Copy link
Contributor

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 or metal organization update using the --logo flag.

How could the Equinix Metal CLI help solve this problem?

If the metal organization create and metal 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, and metal-cli could read the file contents, base64-encode them, and send them to the Metal API in the correct format.

@ctreatma ctreatma added the enhancement New feature or request label Jun 28, 2023
@ctreatma
Copy link
Contributor Author

Created from a suggestion by @displague in #284 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant