From dc65900ed3b98a9f0fc6650ff971de9c93ba475c Mon Sep 17 00:00:00 2001 From: npamudika Date: Wed, 27 May 2020 10:46:30 +0530 Subject: [PATCH] Add doc changes --- import-export-cli/docs/apictl_delete.md | 4 ++-- .../apictl_zsh_completions.sh | 24 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/import-export-cli/docs/apictl_delete.md b/import-export-cli/docs/apictl_delete.md index 83746bd82..02a0cfa39 100644 --- a/import-export-cli/docs/apictl_delete.md +++ b/import-export-cli/docs/apictl_delete.md @@ -4,8 +4,8 @@ Delete an API/Application in an environment ### Synopsis -Delete an API available in the environment specified by flag (--environment, -e) in default mode/ -Delete an Application of a specific user in the environment specified by flag (--environment, -e) in default mode/ +Delete an API available in the environment specified by flag (--environment, -e) in default mode +Delete an Application of a specific user in the environment specified by flag (--environment, -e) in default mode Delete resources by filenames, stdin, resources and names, or by resources and label selector in kubernetes mode ``` diff --git a/import-export-cli/shell-completions/apictl_zsh_completions.sh b/import-export-cli/shell-completions/apictl_zsh_completions.sh index 536bf5751..53dc1d404 100644 --- a/import-export-cli/shell-completions/apictl_zsh_completions.sh +++ b/import-export-cli/shell-completions/apictl_zsh_completions.sh @@ -17,32 +17,32 @@ case $state in ;; level2) case $words[2] in - change-status) + add) _arguments '2: :(api help)' ;; - install) + uninstall) _arguments '2: :(api-operator help wso2am-operator)' ;; - add) + update) _arguments '2: :(api help)' ;; + remove) + _arguments '2: :(env help)' + ;; change) _arguments '2: :(help registry)' ;; + change-status) + _arguments '2: :(api help)' + ;; delete) _arguments '2: :(api api-product app help)' ;; - list) - _arguments '2: :(api-products apis apps envs help)' - ;; - remove) - _arguments '2: :(env help)' - ;; - uninstall) + install) _arguments '2: :(api-operator help wso2am-operator)' ;; - update) - _arguments '2: :(api help)' + list) + _arguments '2: :(api-products apis apps envs help)' ;; *) _arguments '*: :_files'