From 5f9f89b840df3574ce6c807c78a6cc242af11b71 Mon Sep 17 00:00:00 2001 From: dinusha92 Date: Wed, 23 Oct 2019 23:37:26 +0530 Subject: [PATCH 1/2] Fixing minor CLI sample command error. --- import-export-cli/cmd/importApp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-export-cli/cmd/importApp.go b/import-export-cli/cmd/importApp.go index e929791cb..83c74059a 100644 --- a/import-export-cli/cmd/importApp.go +++ b/import-export-cli/cmd/importApp.go @@ -50,7 +50,7 @@ const importAppCmdShortDesc = "Import App" const importAppCmdLongDesc = "Import an Application to an environment" const importAppCmdExamples = utils.ProjectName + ` ` + importAppCmdLiteral + ` -f qa/apps/sampleApp.zip -e dev -` + utils.ProjectName + ` ` + importAppCmdShortDesc + ` -f staging/apps/sampleApp.zip -e prod -o testUser +` + utils.ProjectName + ` ` + importAppCmdLiteral + ` -f staging/apps/sampleApp.zip -e prod -o testUser ` + utils.ProjectName + ` ` + importAppCmdLiteral + ` -f qa/apps/sampleApp.zip --preserveOwner --skipSubscriptions -e prod` // importAppCmd represents the importApp command From d9117c1f77c8cfe344cb619e981c8c027db5341f Mon Sep 17 00:00:00 2001 From: dinusha92 Date: Thu, 24 Oct 2019 03:57:57 +0530 Subject: [PATCH 2/2] gen docs. --- import-export-cli/docs/apictl_import-app.md | 2 +- .../shell-completions/apictl_zsh_completions.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/import-export-cli/docs/apictl_import-app.md b/import-export-cli/docs/apictl_import-app.md index 26000fde6..6e31366a4 100644 --- a/import-export-cli/docs/apictl_import-app.md +++ b/import-export-cli/docs/apictl_import-app.md @@ -15,7 +15,7 @@ apictl import-app (--file --environment