list-plugins

Purpose

Lists the plugins available from the Griffon standard repository

Examples

griffon list-plugins

Description

Usage:

griffon list-plugins
griffon list-plugins --repository=myRepository
griffon list-plugins --installed

Options:

Lists the plugins that are installable via the Griffon standard repository. Note: This command can take a while to execute depending in your internet connectivity. Typical output looks like this:

Plugins available in the griffon-local repository are listed below:
--------------------------------------------------------------------------------
Name                          Releases             Title

swing 1 Enables Swing support swt 1 Enables SWT support

Plugins available in the griffon-legacy repository are listed below: -------------------------------------------------------------------------------- Name Releases Title

abeilleform-builder 3 A Builder for Abeille Forms actions 2 Action management activejdbc 3 Persistence support via Activejdbc airbag 1 Griffon Airbag Plugin avro 3 Apache Avro support barcode 2 Generate and display barcodes berkeleydb 6 Berkeleydb support carbonado 3 Persistence support via Carbonado cassandra 1 Cassandra support ...

The first column contains the plugin name, the second the version and the last the description. If you require more info about a plugin you can use the plugin-info command. If you wish to install a plugin you can use the plugin name and/or version in combination with the install-plugin.

Note: If you are behind a proxy you may want to consider using the set-proxy command prior to running this command.