list-archetypes

Purpose

Lists the archetypes available from the Griffon standard repository

Examples

griffon list-archetypes

Description

Usage:

griffon list-archetypes
griffon list-archetypes --repository=myRepository
griffon list-archetypes --installed

Options:

Lists the archetypes 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:

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

jumpstart 1 Adds typical setup and dialogs presentation 1 Creates interactive presentations swt 1 Default archetype for SWT applications

Archetypes you currently have installed are listed below: -------------------------------------------------------------------------------- Name Version Title

default 0.9.5 Used when no archetype is specified jumpstart 1.0 Adds typical setup and dialogs presentation 1.0 Creates interactive presentations swt 1.0 Default archetype for SWT applications

...

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

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