You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since limactl already supports passing custom configuration files, sometimes it decreases the overall UX. It enforces us to create custom config files each time even we want to set just a single variable, such as localPort. Here is an example use-case:
So that we can also override the values in a file by using the '--set' flag and pass configuration from the command line as follows:
Description
Since limactl already supports passing custom configuration files, sometimes it decreases the overall UX. It enforces us to create custom config files each time even we want to set just a single variable, such as
localPort
. Here is an example use-case:So that we can also override the values in a file by using the '--set' flag and pass configuration from the command line as follows:
We can specify the
--set
flag multiple times. The priority will be given to the last (right-most) set specified.--set stringArray
:/cc @developer-guy
The text was updated successfully, but these errors were encountered: