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

Rename list-images to list. #78

Open
supakeen opened this issue Jan 19, 2025 · 0 comments
Open

Rename list-images to list. #78

supakeen opened this issue Jan 19, 2025 · 0 comments
Labels
🪄 enhancement New feature or request

Comments

@supakeen
Copy link
Member

supakeen commented Jan 19, 2025

More general naming shenanigans. Since all of our subcommands generally will work on images I see no good reason to have this command contain images in the name. If we want to have non-image commands we have a few options:

We could have:

  1. image-builder build [image-type]
  2. image-builder describe [image-type] (see cmd: add new describe-image command #9).
  3. image-builder list

Or alternatively we could have -image in all of them:

  1. image-builder build-image [image-type]
  2. image-builder describe-image [image-type]
  3. image-builder list-image

Or alternatively they can all exist under an image subcommand:

  1. image-builder image build [image-type]
  2. image-builder image describe [image-type]
  3. image-builder image list

Which one do you prefer?

@supakeen supakeen added the 🪄 enhancement New feature or request label Jan 19, 2025
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