@ljs apparently it has this:
-o FILE
Export all necessary information to FILE instead of opening the browser interface. If
FILE is "-", the data is written to standard output. See the examples section below
for some handy use cases.
meaning that probably the maintainer does not get upset of submitting patches enabling e.g. JSON output json-c, I’d suppose…
I’ve found #ubuntu #multipass to be sweet-spot for me for creating #development environments, meaning environments with toolchains, project specific assets and stuff like that.
Like if I spin up a new project or whatever, I just:
multipass launch \
--name project \
--cpus 4 \
--memory 8G \
--disk 100G \
--bridged \
23.10
multipass exec project -- yes '' | ssh-keygen -t ed25519
multipass exec project -- cat .ssh/id_ed25519.pub
Totally get #Podman and #Nix but learning them only to do this would be a total overkill…