Skip to content

Commit

Permalink
cliupdate has been upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 7, 2017
1 parent a96b8ab commit 6208cec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/devapi/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can get the usage by simply calling the script:
cliupdate.php
-------------

Let you update your GLPI database from command line. The script does not take any argument, just call it and you're done:
Let you update your GLPI database from command line. The script does not need any argument, just call it and you're done:

.. code-block:: bash
Expand All @@ -46,6 +46,13 @@ Let you update your GLPI database from command line. The script does not take an
Default GLPI Language: en_GB
No migration needed.
You can also add extra parameters:

* ``--force`` will force the latest update even if database is already up to date, **this may cause issues**,
* ``--optimize`` will optimize database tables after the update,
* ``--lang`` let you specify language that will be used. It defaults to ``en_GB``,
* ``--config-dir`` let you specify the configuration directory. This is mainly used for tests; default config file may be the best choice in almost every case.

genapidoc.sh
------------

Expand Down

0 comments on commit 6208cec

Please sign in to comment.