19 lines
556 B
Cheetah
19 lines
556 B
Cheetah
# Create Build Flavor — {{PROJECT_NAME}}
|
|
|
|
Creates a new build flavor/environment. Current flavors: {{FLAVORS_LIST}}.
|
|
|
|
## Usage
|
|
```
|
|
Create a new flavor called [flavor_name]
|
|
```
|
|
|
|
## What gets created
|
|
1. Android: new `productFlavors` block in `android/app/build.gradle`
|
|
2. iOS: new scheme + configuration in Xcode (instructions provided)
|
|
3. `lib/core/config/[flavor_name]_config.dart`
|
|
4. `.env.[flavor_name]` template
|
|
5. {{CICD_TOOL}} pipeline update
|
|
|
|
## CI/CD: {{CICD_TOOL}}
|
|
Generate the pipeline config snippet for the new flavor in {{CICD_TOOL}} format.
|