Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/developer/reference/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ This command is the default one: you can omit it, and it will be chosen anyway.
comma-separated, use ``all`` for all modules.
Requires :option:`-d` and :option:`-i`.

.. option:: --skip-auto-install

skips auto-installing modules when a new module installation is requested.
This option is useful for development. It serves to check if the installed
modules do not indirectly depend on auto-installed modules.

.. option:: --pidfile=<pidfile>

path to a file where the server pid will be stored
Expand Down