validates config file
Loads the given config file and reports whether it parses and resolves cleanly, without running anything.
taskctl validate CONFIG_FILE [flags]
taskctl validate tasks.yaml
-h, --help help for validate
-c, --config string config file to use (default tasks.yaml or taskctl.yaml)
-d, --debug enable debug
--dry-run dry run
--no-input disable interactive prompts
-o, --output string output format (default, prefixed, raw or json)
-q, --quiet quiet mode
-r, --raw shortcut for --output=raw
--set strings set global variable value
-s, --summary show summary (default true)
- taskctl - modern task runner