CLI: Exec subcommand host

This commit is contained in:
2025-07-15 20:23:58 -05:00
parent 11d5121954
commit dd9da9452b
5 changed files with 11 additions and 3 deletions

View File

@ -38,6 +38,14 @@ commands:
packageManager: apt
packageOperation: checkVersion
installJq:
type: package
shell: bash
packages:
- name: "jq"
packageManager: apt
packageOperation: install
checkDockerVersionWithInvalidRegex:
type: package
shell: zsh