grog
grog
Options
--color string Set color output (yes, no, or auto) (default "auto") --debug Enable debug logging --enable-cache Enable cache (default true) --fail-fast Fail fast on first error -h, --help help for grog --tag strings Filter targets by tag. Can be used multiple times. Example: --tag=foo --tag=bar -v, --verbose count Set verbosity level (-v, -vv)
SEE ALSO
- grog build - Loads the user configuration and executes build targets
- grog changes - Lists targets whose inputs have been modified since a given commit.
- grog check - Loads the build graph and runs basic consistency checks.
- grog clean - Removes build outputs and clears the cache
- grog deps - Lists (transitive) dependencies of a target.
- grog graph - Outputs the target dependency graph
- grog info - Prints information about the grog cli and workspace.
- grog list - Lists targets by pattern.
- grog owners - Lists targets that own the specified files as inputs.
- grog rdeps - Lists (transitive) dependants (reverse dependencies) of a target.
- grog run - Builds and runs a single target’s binary output
- grog test - Loads the user configuration and executes test targets
- grog version - Print the version info