From 6253fb8e146bf0c09771f2134b04235b2ff05530 Mon Sep 17 00:00:00 2001 From: Mitesh Pandav Date: Sun, 11 Feb 2024 23:38:00 -0800 Subject: [PATCH] Fix shub image upload documentation about the target parameter (#448) --- docs/deploy-custom-image.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: