25 lines
676 B
Markdown
25 lines
676 B
Markdown
comment: This file is auto generated by dump-cli-help.py
|
|
---
|
|
title: project-info
|
|
---
|
|
summary: Shows the info about a project.
|
|
---
|
|
type: cmdlet
|
|
---
|
|
body:
|
|
|
|
`lektor project-info`
|
|
|
|
Prints out information about the project. This is particular
|
|
useful for script usage or for discovering information about a
|
|
Lektor project that is not immediately obvious (like the paths
|
|
to the default output folder).
|
|
|
|
## Options
|
|
|
|
- `--json`: Prints out the data as json.
|
|
- `--name`: Print the project name
|
|
- `--project-file`: Print the path to the project file.
|
|
- `--tree`: Print the path to the tree.
|
|
- `--output-path`: Print the path to the default output path.
|
|
- `--help`: print this help page. |