Skip to content

limactl create: do not show "hidden" templates #3630

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

Merged

Conversation

alexandear
Copy link
Member

Before:

limactl --version
limactl version 1.1.1limactl create --name=issue3622
? Creating an instance "issue3622" Choose another template (docker, podman, archlinux, fedora, ...)
? Choose a template  [Use arrows to move, type to filter]
> _default/mounts
  _images/almalinux-8
  _images/almalinux-9
  _images/almalinux-kitten-10
  _images/alpine
  _images/alpine-iso
  _images/archlinux

After:

_output/bin/limactl --version
limactl version 1.1.1-55-g5a0b5aa7_output/bin/limactl create --name=issue3622
? Creating an instance "issue3622" Choose another template (docker, podman, archlinux, fedora, ...)
? Choose a template  [Use arrows to move, type to filter]
> almalinux
  almalinux-10
  almalinux-8
  almalinux-9
  almalinux-kitten
  almalinux-kitten-10
  alpine

Fixes #3627

Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
@AkihiroSuda AkihiroSuda added this to the v1.1.2 milestone Jun 15, 2025
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 763ed35 into lima-vm:master Jun 15, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Template chooser should not show "hidden" templates
2 participants