23 lines
569 B
Plaintext
23 lines
569 B
Plaintext
|
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`
|
||
|
|
||
|
This command can add a new plugion to the project. If just given
|
||
|
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.
|