(Quick Reference)

4 Profile Info

Version: 2023.3.0

4 Profile Info

You can always get information about the provided command and available features executing grace profile-info starter

You will see an output similar to:

Profile: starter
Version: 2023.3.0
Extends:
Description: Profile for getting start to create anything you like

Provided Commands:
----------------------------------------------------------------------------------------------------
Name                           Description
----------------------------------------------------------------------------------------------------

Provided Features:
----------------------------------------------------------------------------------------------------
Name                           Required  Defaults  Description
----------------------------------------------------------------------------------------------------

As you see that, starter doesn’t provides any commands and features, but you can use Application Templates.

Application Templates are as same as the templates in the profile, but it allow to use Groovy scripts.

$ grace create-app com.example.myexample \
--profile=starter \
--template=https://github.com/grace-templates/your-template.git

In Grace 2024.0, starter profile will generate a minimal app for you, same as grace create-app com.example.myexample --minimal.