org.codehaus.griffon.cli.shell.command
[Java] Class FlywayValidateCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.FlywayValidateCommand
@Command(scope = "flyway",
name = "flyway-validate",
description = "Validate the applied migrations in the database against the available classpath migrations in order to detect accidental migration changes.")
public class FlywayValidateCommand
extends AbstractGriffonCommand
- Authors:
- Peter Kofler
- Andres Almiray
datasource
@Option(name = "--datasource",
description = "Name of the datasource on which the command will be invoked.",
required = false)
private String datasource
-
FlywayValidateCommand
FlywayValidateCommand()
-
Groovy Documentation