org.codehaus.griffon.cli.shell.command
[Java] Class FlywayInfoCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.FlywayInfoCommand
@Command(scope = "flyway",
name = "flyway-info",
description = "Retrieve the complete information about the migrations including applied, pending and current migrations with details and status.")
public class FlywayInfoCommand
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
-
FlywayInfoCommand
FlywayInfoCommand()
-
Groovy Documentation