Replies: 2 comments
-
Followup question: What does this mean for
But the ambiguous version could show a prompt (when running on a TTY):
When running without a TTY it should exit with an error. Maybe the prompt should be used for Maybe the prompt could be skipped when So maybe always requiring to use |
Beta Was this translation helpful? Give feedback.
-
SGTM
Sounds overengineering, but no objection |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It happened to me before, and I've just helped somebody else who ran
And then was surprised that they created an instance of
template://default
and nottemplate://k3s
.We can still allow
limactl start --name k3s
to create and start a differently named default instance, but at least the user has to explicitly specify that they mean a NAME and not a TEMPLATE.To be explicit,
limactl start
would still create and start the default instance, butlimactl start k3s
would throw an error if thek3s
instance didn't exist yet.This is a rare opportunity to get rid of a mis-feature that only exists because of backwards compatibility.
Starting with a discussion to see if there is consensus before turning it into an issue.
Beta Was this translation helpful? Give feedback.
All reactions