Create-Profile

The create-profile command is used to generate new profiles for the Micronaut CLI.

Table 6. Create-Profile Flags
FlagDescriptionExample

-l, —lang

Language to use for the profile (one of java, groovy, kotlin - default is java)

—lang groovy

-b, —build

Build tool (one of gradle, maven - default is gradle)

—build maven

-p, —profile

Profile to extend

—profile function-aws

-f, —features

Features to use, comma-separated

—features security-jwt,mongo-gorm

-i, —inplace

If present, generates the profile in the current directory (profile name is optional if this flag is set)

—inplace