OnSchemaBreak
Defined in: src/app.ts:204
What action to perform when deploying an app and a breaking schema change is detected
Enumeration Members
Section titled “Enumeration Members”AppendApp
Section titled “AppendApp”AppendApp:
2
Defined in: src/app.ts:210
Create a new app
Fail:
0
Defined in: src/app.ts:206
Fail the deployment
ReplaceApp
Section titled “ReplaceApp”ReplaceApp:
1
Defined in: src/app.ts:208
Delete the app and create a new one in its place