limactl-template-yq(1)
| LIMACTL(1) | LIMACTL(1) |
NAME
limactl-template-yq - Query template expressions
SYNOPSIS
limactl template yq TEMPLATE EXPR [flags]
DESCRIPTION
Use the builtin YQ evaluator to extract information from a template. External references are embedded and default values are filled in before the YQ expression is evaluated.
Example:
limactl template yq template:default '.images[].location'
The example command is equivalent to using an external yq command
like this:
limactl template copy --fill template:default - | yq '.images[].location'
OPTIONS
-h, --help[=false] help for yq
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
SEE ALSO
limactl-template(1)
| Aug 2026 | Auto generated by spf13/cobra |
