(Quick Reference)

create-command

Description

Creates an Application Command in the app/commands.

Arguments

Name

Description

Required

Command Name

The name of the Command

true

Usage

$ grace create-command [Command Name]

Examples

$ grace create-command Example
| Created app/commands/com/examples/ExampleCommand.groovy