diff --git a/docs/deploy-custom-image.rst b/docs/deploy-custom-image.rst index 4ddfab9f..a0a30260 100644 --- a/docs/deploy-custom-image.rst +++ b/docs/deploy-custom-image.rst @@ -375,14 +375,16 @@ It is a shortcut for the build -> push -> deploy chain of commands. :: - $ shub image upload --target private --version 1.0.4 \ + $ shub image upload private --version 1.0.4 \ --username johndoe --password johndoepwd Options for upload ^^^^^^^^^^^^^^^^^^ -The ``upload`` command accepts the same parameters as the :ref:`deploy ` command. +The ``upload`` command accepts the same parameters as the :ref:`deploy +` command, except for ``--target``, which can be passed as an +argument. .. _commands-check: