CommandType

Type to specify where CLI commands that need to be run came from. Needed for proper substitution with support for the different environments.

Values

ValueMeaning
preGenerate

Defined in the preGenerateCommands setting

postGenerate

Defined in the postGenerateCommands setting

preBuild

Defined in the preBuildCommands setting

postBuild

Defined in the postBuildCommands setting

preRun

Defined in the preRunCommands setting

postRun

Defined in the postRunCommands setting

Meta