org.codehaus.griffon.cli.shell.command
[Java] Class ListPluginUpdatesCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.ListPluginUpdatesCommand
@Command(scope = "griffon",
name = "list-plugin-updates",
description = "Lists all available plugin updates that match the project's configuration")
public class ListPluginUpdatesCommand
extends AbstractGriffonCommand
- Authors:
- Andres Almiray
- Since:
- 0.9.5
framework
@Option(name = "--framework",
description = "Forces checking for available updates of framework plugins.",
required = false)
private boolean framework
-
install
@Option(name = "--install",
description = "Install all matching upgrades.",
required = false)
private boolean install
-
repository
@Option(name = "--repository",
description = "Name of an specific repository where the search will be performed.",
required = false)
private String repository
-
ListPluginUpdatesCommand
ListPluginUpdatesCommand()
-
Groovy Documentation