lektor-website/content/docs/cli/dev/shell/contents.lr

27 lines
641 B
Plaintext
Raw Normal View History

2015-12-19 14:52:17 +01:00
comment: This file is auto generated by dump-cli-help.py
---
title: shell
---
summary: Starts a python shell.
---
type: cmdlet
---
body:
`lektor dev shell`
Starts a Python shell in the context of a Lektor project.
This is particularly useful for debugging plugins and to explore the
API. To quit the shell just use `quit()`. Within the shell various
utilities are available right from the get-go for you.
- `project`: the loaded project as object.
- `env`: an environment for the loaded project.
- `pad`: a database pad initialized for the project and environment
that is ready to use.
## Options
- `--help`: print this help page.