diff --git a/doc/cli-reference/source/trove.rst b/doc/cli-reference/source/trove.rst index 42806e54a5..0814e69b90 100644 --- a/doc/cli-reference/source/trove.rst +++ b/doc/cli-reference/source/trove.rst @@ -9,7 +9,7 @@ Database service command-line client The trove client is the command-line interface (CLI) for the Database service API and its extensions. -This chapter documents :command:`trove` version ``2.3.0``. +This chapter documents :command:`trove` version ``2.4.0``. For help on a specific :command:`trove` command, enter: @@ -310,6 +310,10 @@ trove usage Updates an instance: Edits name, configuration, or replica source. +``upgrade`` + Upgrades an instance to a new datastore + version. + ``user-create`` Creates a user on an instance. @@ -2192,6 +2196,25 @@ Updates an instance: Edits name, configuration, or replica source. ``--remove_configuration`` Drops the current configuration reference. +.. _trove_upgrade: + +trove upgrade +------------- + +.. code-block:: console + + usage: trove upgrade + +Upgrades an instance to a new datastore version. + +**Positional arguments:** + +```` + ID or name of the instance. + +```` + A datastore version name or ID. + .. _trove_user-create: trove user-create