Skip to content

Commit

Permalink
Merge pull request #248 from npamudika/master
Browse files Browse the repository at this point in the history
Add generated docs
  • Loading branch information
npamudika authored Mar 31, 2020
2 parents 0051737 + 2151607 commit 5a324cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions import-export-cli/docs/apictl_import-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ NOTE: Both the flags (--file (-f) and --environment (-e)) are mandatory

```
-e, --environment string Environment from the which the Application should be imported
-f, --file string Name of the Application to be imported
-f, --file string Name of the ZIP file of the Application to be imported
-h, --help help for import-app
-o, --owner string Name of the target owner of the Application as desired by the Importer
--preserveOwner Preserves app owner
--skipKeys Skip importing keys of application
--skipKeys Skip importing keys of the Application
-s, --skipSubscriptions Skip subscriptions of the Application
--update Update application or create new
--update Update the Application if it is already imported
```

### Options inherited from parent commands
Expand Down
18 changes: 9 additions & 9 deletions import-export-cli/shell-completions/apictl_zsh_completions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ case $state in
;;
level2)
case $words[2] in
add)
_arguments '2: :(api help)'
;;
change)
_arguments '2: :(help registry)'
;;
install)
_arguments '2: :(api-operator help wso2am-operator)'
;;
list)
_arguments '2: :(apis apps envs help)'
;;
Expand All @@ -35,6 +26,15 @@ case $state in
update)
_arguments '2: :(api help)'
;;
add)
_arguments '2: :(api help)'
;;
change)
_arguments '2: :(help registry)'
;;
install)
_arguments '2: :(api-operator help wso2am-operator)'
;;
*)
_arguments '*: :_files'
;;
Expand Down

0 comments on commit 5a324cb

Please sign in to comment.