blob: 00ebf4662955519bcf348843ed1b0351fb60387f [file] [log] [blame]
description:
- Creates an Application Command
- usage: 'create-command [Command Name]'
- argument: Command Name
description: The name of the command
- flag: force
description: Whether to override existing files
steps:
- command: render
template: templates/artifacts/Command.groovy
destination: grails-app/commands/@artifact.package.path@/@artifact.name@Command.groovy
convention: Command