Skip to content

Commit

Permalink
Merge pull request #320 from npamudika/3.1.x
Browse files Browse the repository at this point in the history
Add doc changes
  • Loading branch information
malinthaprasan authored May 27, 2020
2 parents 84aef1b + dc65900 commit 4d1e385
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions import-export-cli/docs/apictl_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
24 changes: 12 additions & 12 deletions import-export-cli/shell-completions/apictl_zsh_completions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4d1e385

Please sign in to comment.