Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
DeployAction
The type of action to execute.
Union Cases
Union Case | Description |
Deploy
Signature:
|
Generate and apply a synchronisation script between two databases. |
Report(OutputPath)
Signature: string
|
Generate an XML report for the differences between two databases. |
Script(OutputPath)
Signature: string
|
Generate a SQL script to sync two databases. |