(Quick Reference)

create-gradle-command

Description

Creates a new command that invokes Gradle for the profile.

Arguments

Name

Description

Required

Command Name

The name of the Command

true

Task Name

The name of Gradle the task

true

Flags

Name

Description

Type

force

Whether to overwrite existing files

boolean, default: false

Usage

$ grace create-gradle-command [Command Name] [Task Name]

Examples

$ grace create-gradle-command Example example
| Rendered template GradleCommand.groovy to destination commands/example.groovy