grog
grog
Options
-a, --all-platforms Select all platforms (bypasses platform selectors) --color string Set color output (yes, no, or auto) (default "auto") --debug Enable debug logging --enable-cache Enable cache (default true) --exclude-tag strings Exclude targets by tag. Can be used multiple times. Example: --exclude-tag=foo --exclude-tag=bar --fail-fast Fail fast on first error -h, --help help for grog --load-outputs string Level of output loading for cached targets. One of: all, minimal. (default "all") --platform string Force a specific platform in the form os/arch --profile string Select a configuration profile to use --stream-logs Forward all target build/test logs to stdout/-err --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 all cached artifacts.
- 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 logs - Print the latest log file for the given target.
- 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 taint - Taints targets by pattern to force execution regardless of cache status.
- grog test - Loads the user configuration and executes test targets.
- grog version - Print the version info.