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

limactl create: --set cannot be specified multiple times #3264

Open
AkihiroSuda opened this issue Feb 20, 2025 · 1 comment
Open

limactl create: --set cannot be specified multiple times #3264

AkihiroSuda opened this issue Feb 20, 2025 · 1 comment
Assignees
Labels
area/cli limactl CLI user experience bug Something isn't working

Comments

@AkihiroSuda
Copy link
Member

limactl create --set .foo=1 --set .bar=2 ignores foo.

Not a recent regression.
The issue happens with v0.23, as well as with the latest v1.0.6.

Workaround

--set '.foo=1 | .bar=2'
@AkihiroSuda AkihiroSuda added area/cli limactl CLI user experience bug Something isn't working labels Feb 20, 2025
@jandubois
Copy link
Member

I can take care of it when I add --set support to limactl tmpl copy, but I don't want to add any more code to the current PR; will do it in a follow-up.

@jandubois jandubois self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli limactl CLI user experience bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants