(Quick Reference)
upload-release
Purpose
Publishes a Griffon release to a particular repository.
Examples
Description
Usage:
griffon upload-release griffon-foo-0.1-release.zip
griffon upload-release griffon-foo-0.1-release.zip --repository=myRepository
Options:
repository
- The name of the repository to publish to. See the section on Artifact repositories in the user guide.
username
- The username to use.
password
- The password to use.
If you require access to the Griffon Central Repository and wish to release your plugin/archetype there contact a member of the Griffon development team.
Once published, the artifact will automatically be available via the
list-plugins or
list-archetypes command.