mirror of
https://github.com/lektor/lektor-website.git
synced 2025-03-31 15:31:50 +02:00
Merge 3e1fab4f16d9a0f0eac83b13079fcf64ed40a070 into ea0b975d6a3791327fa95bba8a0dfbb07c8e9f01
This commit is contained in:
commit
7e419ddb19
@ -30,6 +30,8 @@ used by external scripts to only deploy on successful build for instance.
|
||||
## Options
|
||||
|
||||
- `-O, --output-path PATH`: The output path.
|
||||
This overrides any `output_path` setting in the [project file :ref](http://localhost:5000/docs/project/file/#project).
|
||||
A relative path is interpreted relative to the *current working directory*.
|
||||
- `--watch`: If this is enabled the build process goes into an automatic
|
||||
loop where it watches the file system for changes and rebuilds.
|
||||
- `--prune / --no-prune`: Controls if old artifacts should be pruned.
|
||||
@ -42,4 +44,4 @@ used by external scripts to only deploy on successful build for instance.
|
||||
used by plugins to customize the build process. More information can be
|
||||
found in the documentation of affected plugins.
|
||||
- `--profile`: Enable build profiler.
|
||||
- `--help`: print this help page.
|
||||
- `--help`: print this help page.
|
||||
|
@ -18,6 +18,8 @@ in the Lektor cache is used.
|
||||
## Options
|
||||
|
||||
- `-O, --output-path PATH`: The output path.
|
||||
This overrides any `output_path` setting in the [project file :ref](http://localhost:5000/docs/project/file/#project).
|
||||
A relative path is interpreted relative to the *current working directory*.
|
||||
- `-v, --verbose`: Increases the verbosity of the logging.
|
||||
- `--yes`: Confirms the cleaning.
|
||||
- `--help`: print this help page.
|
||||
- `--help`: print this help page.
|
||||
|
@ -27,6 +27,8 @@ For more information see the deployment chapter in the documentation.
|
||||
## Options
|
||||
|
||||
- `-O, --output-path PATH`: The output path.
|
||||
This overrides any `output_path` setting in the [project file :ref](http://localhost:5000/docs/project/file/#project).
|
||||
A relative path is interpreted relative to the *current working directory*.
|
||||
- `--username TEXT`: An optional username to override the URL.
|
||||
- `--password TEXT`: An optional password to override the URL or the
|
||||
default prompt.
|
||||
@ -34,4 +36,4 @@ For more information see the deployment chapter in the documentation.
|
||||
authentication of the deployment.
|
||||
- `--key TEXT`: The contents of a key file directly a string that should
|
||||
be used for authentication of the deployment.
|
||||
- `--help`: print this help page.
|
||||
- `--help`: print this help page.
|
||||
|
@ -25,6 +25,10 @@ HTTP server.
|
||||
- `-p, --port INTEGER`: The port to bind to.
|
||||
- `-O, --output-path PATH`: The dev server will build into the same folder
|
||||
as the build command by default.
|
||||
- `-O, --output-path PATH`: The output path.
|
||||
Note that, by default, the dev server will build into the same folder as the build command.
|
||||
This overrides any `output_path` setting in the [project file :ref](http://localhost:5000/docs/project/file/#project).
|
||||
A relative path is interpreted relative to the *current working directory*.
|
||||
- `-v, --verbose`: Increases the verbosity of the logging.
|
||||
- `-f, --build-flag TEXT`: Defines an arbitrary build flag. These can be
|
||||
used by plugins to customize the build process. More information can be
|
||||
|
Loading…
x
Reference in New Issue
Block a user