Skip to content

feature(cli): allow multiple template sources on command line#4557

Open
jkylling wants to merge 1 commit intolima-vm:masterfrom
jkylling:feat/multi-template-cli-args
Open

feature(cli): allow multiple template sources on command line#4557
jkylling wants to merge 1 commit intolima-vm:masterfrom
jkylling:feat/multi-template-cli-args

Conversation

@jkylling
Copy link

@jkylling jkylling commented Feb 2, 2026

Enable passing multiple template files/URLs to limactl create and limactl start.

Example usage:
limactl create template:docker my-overrides.yaml
limactl create https://example.com/base.yaml secrets.yaml

This is equivalent to using the base: property in YAML:
base: [https://example.com/template.yaml, $PWD/secrets.yaml]

Fixes #3404

@jkylling jkylling force-pushed the feat/multi-template-cli-args branch from ac6523c to 2583061 Compare February 2, 2026 14:04
Enable passing multiple template files/URLs to `limactl create` and
`limactl start`.

Example usage:
  limactl create template:docker my-overrides.yaml
  limactl create https://example.com/base.yaml secrets.yaml

This is equivalent to using the `base:` property in YAML:
  base: [https://example.com/template.yaml, $PWD/secrets.yaml]

Fixes lima-vm#3404

Signed-off-by: Jonas Irgens Kylling <[email protected]>
@jkylling jkylling force-pushed the feat/multi-template-cli-args branch from 2583061 to e9b3042 Compare February 2, 2026 14:15
@jandubois jandubois self-requested a review February 2, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow additional base templates to be specified during limactl create

1 participant