-
Notifications
You must be signed in to change notification settings - Fork 608
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 builtin yq support to limactl edit command #1412
Conversation
I think If you ever wanted to do both (which I believe would be extremely uncommon, but maybe from a script), you could still call the command twice:
Even when |
Hmm, for The --tty should already affect the start prompt. |
No, we don't. We ask if the user wants to edit the YAML file. But I see the point that maybe that shouldn't happen either. But that should be a separate issue. For |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected now (doesn't invoke editor when using --set
), but is not showing the lima.yaml
content in the editor anymore.
Also add --tty parameter, similar to the start command, for avoiding user interaction asking whether to start it. Signed-off-by: Anders F Björklund <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
Also add
--tty
parameter, similar to the start command, for avoiding user interaction asking whether to start it.Follow-up to: