(Quick Reference)

1 Introduction

Version: 2023.3.0

1 Introduction

Grails Profiles encapsulate project commands, templates, and plugins.

To create a plugin using the web-plugin profile you can use the next command:

$ grace create-plugin com.example.myplugin --profile=web-plugin