Limnoria-doc/use/plugins/packages.rst
2011-06-29 19:17:50 +02:00

1.7 KiB

The Packages plugin

packages info [<repository url>] <package> [<version>] [--author-full]

Displays informations about the <package>, at the given <version>. <repository url> defaults to http://packages.supybot.fr.cr/ and <version> defaults to the latest available.

packages install <filename> [--force]

Installs the package. If the package has been downloaded with Package, just give the package name; otherwise, give the full path (including the extension). If given, --force disables sanity checks (usage is deprecated).

Searches the packages matching the query in the <repository url>. <repository url> defaults to http://packages.supybot.fr.cr/

packages checkupdates [<repository url>]

Checks for updates for loaded plugins at the <repository url>. <repository url> defaults to http://packages.supybot.fr.cr/

packages download <package> [--version <version>] [--repo <repository url>]

Downloads the <package> at the <repository url>. <version> defaults to the latest version available. <repository url> defaults to http://packages.supybot.fr.cr/