-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create
limactl tmpl yq
command to query a template
The following commands are equivalent: limactl tmpl yq $TEMPLATE $EXPRESSION limactl tmpl copy --fill $TEMPLATE - | yq $EXPRESSION The new `yq` variant is clearer, but more importantly does not require that `yq` is installed. Since we already include all the code in limactl anyways, we get this functionality almost for free. Signed-off-by: Jan Dubois <[email protected]>
- Loading branch information
Showing
3 changed files
with
105 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters