(Quick Reference)

create-service

Description

Creates a Service.

Arguments

Name

Description

Required

Service Name

The name of the Service

true

Flags

Name

Description

Type

force

Whether to overwrite existing files

boolean, default: false

Usage

$ grace create-service [Service Name]

Examples

$ grace create-service Post
| Created app/services/com/example/PostService.groovy
| Created src/test/groovy/com/example/PostServiceSpec.groovy