limactl-template-copy(1)

LIMACTL(1) LIMACTL(1)

NAME

limactl-template-copy - Copy template

SYNOPSIS

limactl template copy [OPTIONS] TEMPLATE [DEST] [flags]

DESCRIPTION

Copy a template via locator to a local file or stdout (default)

OPTIONS

--embed[=false] Embed external dependencies into template

--embed-all[=false] Embed all dependencies into template

--fill[=false] Fill defaults

-h, --help[=false] help for copy

--verbatim[=false] Don't make locators absolute

OPTIONS INHERITED FROM PARENT COMMANDS

--debug[=false] Debug mode

--log-format="text" Set the logging format [text, json]

--log-level="" Set the logging level [trace, debug, info, warn, error]

--tty[=false] Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation.

-y, --yes[=false] Alias of --tty=false

EXAMPLE


Template locators are local files, file://, https://, or template: URLs
# Copy default template to STDOUT
limactl template copy template:default -
# Copy template from web location to local file and embed all external references
# (this does not embed template: references)
limactl template copy --embed https://example.com/lima.yaml mighty-machine.yaml

SEE ALSO

limactl-template(1)

Aug 2026 Auto generated by spf13/cobra