|
: "${LIMA_INSTANCE:=default}" |
While the lima wrapper allows overriding default via an environment variable $LIMA_INSTANCE, the limactl CLI doesn't recognize this variable.
We may change the behavior of limactl to respect the env var, however, this kind of breaking change should probably happen when bumping up the major version (i.e., Lima v3.0)
lima/cmd/lima
Line 14 in 69751d5
While the
limawrapper allows overridingdefaultvia an environment variable$LIMA_INSTANCE, thelimactlCLI doesn't recognize this variable.We may change the behavior of
limactlto respect the env var, however, this kind of breaking change should probably happen when bumping up the major version (i.e., Lima v3.0)