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
limactl: add --param shortcut for template parameters
Add a --param NAME=VALUE option to the shared edit flag handling used by limactl create, start, edit, clone, and rename. The option expands to the equivalent yq update for .param.NAME, so users can write --param release=v1.35 instead of --set '.param.release="v1.35"'.
Reject params that are not already defined by the template/config, so typos fail before modifying the YAML.
Add unit coverage for expression generation and BATS coverage for create and edit CLI behavior.
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
0 commit comments