[MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir

task-2991663

closes odoo/documentation#3660

X-original-commit: 3dc6bb83c1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2023-02-20 17:36:50 +00:00
parent 6d50ac96de
commit ed4b8c1320
8 changed files with 6 additions and 5 deletions

View File

@ -711,7 +711,7 @@ just logged into your own Odoo database!
<odoo-bin -r>` CLI argument.
.. seealso::
:doc:`The exhaustive list of CLI arguments for odoo-bin </developer/cli>`.
:doc:`The exhaustive list of CLI arguments for odoo-bin </developer/reference/cli>`.
.. _setup/install/docker:

View File

@ -167,7 +167,7 @@ In the above commands, the argument:
* ``--stop-after-init`` will immediately shutdown the server instance after it completed the operations you asked.
More options are available and detailed in the
:doc:`CLI documentation </developer/cli>`.
:doc:`CLI documentation </developer/reference/cli>`.
You can find in the logs (*~/logs/odoo.log*) the addons path used by Odoo.sh to run your server.
Look for "*odoo: addons paths*":

View File

@ -42,7 +42,7 @@ instance will be held temporarily unavailable for maintenance reason.
This method is equivalent to perform an upgrade of the module through the Apps menu,
or through the :code:`-u` switch of
:doc:`the command line </developer/cli>`.
:doc:`the command line </developer/reference/cli>`.
In the case the changes in the commit prevent the server to restart,
or if the modules update fails,

View File

@ -30,7 +30,7 @@ Installation
./odoo-bin --geoip-city-db= ~/Downloads/GeoLite2-City.mmdb
.. seealso::
- :doc:`CLI documentation </developer/cli>`.
- :doc:`CLI documentation </developer/reference/cli>`.
Test GeoIP Geolocation In Odoo Website
======================================

View File

@ -18,4 +18,3 @@ Learn through tutorials and get help using reference guides.
developer/tutorials
developer/howtos
developer/reference
developer/cli

View File

@ -11,5 +11,6 @@ Reference
reference/frontend
reference/user_interface
reference/standard_modules
reference/cli
reference/external_api
reference/extract_api

View File

@ -41,6 +41,7 @@ applications/sales/crm/acquire_leads/generate_from_website.rst applications/sale
developer/api/external_api.rst developer/reference/external_api.rst # reorganize the developer doc
developer/api/extract_api.rst developer/reference/extract_api.rst # reorganize the developer doc
developer/api/iap.rst developer/howtos/provide_iap_services.rst # reorganize the developer doc
developer/cli.rst developer/reference/cli.rst # reorganize the developer doc
developer/howtos/backend.rst developer/tutorials/backend.rst # reorganize the developer doc
developer/howtos/rdtraining.rst developer/tutorials/getting_started.rst # reorganize the developer doc
developer/howtos/rdtraining/01_architecture.rst developer/tutorials/getting_started/01_architecture.rst # reorganize the developer doc