From 179a0e3abee3affac3fb33afd25c4273b72932a1 Mon Sep 17 00:00:00 2001 From: Alvaro Fuentes Date: Tue, 2 Dec 2025 13:26:44 +0000 Subject: [PATCH] [IMP] developer/reference/cli: add `--skip-auto-install` Document new cli option. X-original-commit: b54e3ef498b6ce96ad1fb20419f6b2b279ca0f54 --- content/developer/reference/cli.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/developer/reference/cli.rst b/content/developer/reference/cli.rst index 16e443b964..86868db1e6 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -153,6 +153,12 @@ This command is the default one: you can omit it, and it will be chosen anyway. don't install demo data nor in new databases nor when installing new modules in a database that uses demo data, this is the default. +.. 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= path to a file where the server pid will be stored