lektor-website/content/docs/cli/plugins/list/contents.lr

23 lines
582 B
Markdown

comment: This file is auto generated by dump-cli-help.py
---
title: list
---
summary: List all plugins.
---
type: cmdlet
---
body:
`lektor plugins list`
This returns a list of all currently actively installed plugins
in the project. By default it only prints out the plugin IDs and
version numbers but the entire information can be returned by
increasing verbosity with `-v`. Additionally JSON output can be
requested with `--json`.
## Options
- `--json`: Prints out the data as json.
- `-v, --verbose`: Increases the verbosity of the output.
- `--help`: print this help page.