Skip to content

Commit

Permalink
Fix shub image upload documentation about the target parameter (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiteshPandav authored Feb 12, 2024
1 parent 13ca618 commit 6253fb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/deploy-custom-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <commands-deploy>` command.
The ``upload`` command accepts the same parameters as the :ref:`deploy
<commands-deploy>` command, except for ``--target``, which can be passed as an
argument.


.. _commands-check:
Expand Down

0 comments on commit 6253fb8

Please sign in to comment.