2015-12-19 14:52:17 +01:00
|
|
|
comment: This file is auto generated by dump-cli-help.py
|
|
|
|
---
|
|
|
|
title: add
|
|
|
|
---
|
|
|
|
summary: Adds a new plugin to the project.
|
|
|
|
---
|
|
|
|
type: cmdlet
|
|
|
|
---
|
|
|
|
body:
|
|
|
|
|
|
|
|
`lektor plugins add NAME`
|
|
|
|
|
2017-01-16 16:24:17 +01:00
|
|
|
This command can add a new plugin to the project. If just given
|
2015-12-19 14:52:17 +01:00
|
|
|
the name of the plugin the latest version of that plugin is added to
|
|
|
|
the project.
|
|
|
|
|
|
|
|
The argument is either the name of the plugin or the name of the plugin
|
|
|
|
suffixed with `@version` with the version. For instance to install
|
|
|
|
the version 0.1 of the plugin demo you would do `demo@0.1`.
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
- `--help`: print this help page.
|