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

task-2991663

closes odoo/documentation#3644

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 a8e8a7b1c9
commit ff8c242d01
8 changed files with 8 additions and 7 deletions

View File

@ -437,7 +437,7 @@ just logged into your own Odoo database!
<odoo-bin -r>` CLI argument. <odoo-bin -r>` CLI argument.
.. seealso:: .. 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/source/linux: .. _setup/install/source/linux:
@ -632,7 +632,7 @@ just logged into your own Odoo database!
<odoo-bin -r>` CLI argument. <odoo-bin -r>` CLI argument.
.. seealso:: .. 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/source/mac_os: .. _setup/install/source/mac_os:
@ -830,7 +830,7 @@ just logged into your own Odoo database!
<odoo-bin -r>` CLI argument. <odoo-bin -r>` CLI argument.
.. seealso:: .. 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: .. _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. * ``--stop-after-init`` will immediately shutdown the server instance after it completed the operations you asked.
More options are available and detailed in the 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. 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*": 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, This method is equivalent to perform an upgrade of the module through the Apps menu,
or through the :code:`-u` switch of 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, In the case the changes in the commit prevent the server to restart,
or if the modules update fails, or if the modules update fails,

View File

@ -33,7 +33,7 @@ Installation
./odoo-bin --geoip-db= ~/Downloads/GeoLite2-City.mmdb ./odoo-bin --geoip-db= ~/Downloads/GeoLite2-City.mmdb
.. seealso:: .. seealso::
- :doc:`CLI documentation </developer/cli>`. - :doc:`CLI documentation </developer/reference/cli>`.
.. warning:: .. warning::
``GeoIP`` Python library can also be used. However this version is discontinued since January ``GeoIP`` Python library can also be used. However this version is discontinued since January

View File

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

View File

@ -9,5 +9,6 @@ Reference
reference/backend reference/backend
reference/frontend reference/frontend
reference/cli
reference/external_api reference/external_api
reference/extract_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/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/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/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/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.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 developer/howtos/rdtraining/01_architecture.rst developer/tutorials/getting_started/01_architecture.rst # reorganize the developer doc