From d1418585429fe76db4446291bbc0493ba0879358 Mon Sep 17 00:00:00 2001 From: Sirajudeen Date: Mon, 28 Sep 2020 16:51:36 +0000 Subject: [PATCH] Document update for set manifest * doc updated missed for the recent change to set metadataPath in manifest Change-Id: If7cb4f8ed7508eb29ec48d9a34dbca15e83017de --- .../cli/airshipctl_config_set-manifest.md | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/source/cli/airshipctl_config_set-manifest.md b/docs/source/cli/airshipctl_config_set-manifest.md index 21be6899f..86a55ea11 100644 --- a/docs/source/cli/airshipctl_config_set-manifest.md +++ b/docs/source/cli/airshipctl_config_set-manifest.md @@ -42,16 +42,17 @@ airshipctl config set-manifest e2e \ ### Options ``` - --branch string the branch to be associated with repository in this manifest - --commithash string the commit hash to be associated with repository in this manifest - --force if set, enable force checkout in repository with this manifest - -h, --help help for set-manifest - --primary if set, enable this repository as primary repository to be used with this manifest - --repo string the name of the repository to be associated with this manifest - --sub-path string the sub path to be set for this manifest - --tag string the tag to be associated with repository in this manifest - --target-path string the target path for to be set for this manifest - --url string the repository url to be associated with this manifest + --branch string the branch to be associated with repository in this manifest + --commithash string the commit hash to be associated with repository in this manifest + --force if set, enable force checkout in repository with this manifest + -h, --help help for set-manifest + --metadata-path string the metadata path to be set for this manifest + --primary if set, enable this repository as primary repository to be used with this manifest + --repo string the name of the repository to be associated with this manifest + --sub-path string the sub path to be set for this manifest + --tag string the tag to be associated with repository in this manifest + --target-path string the target path to be set for this manifest + --url string the repository url to be associated with this manifest ``` ### Options inherited from parent commands