Skip to content

Commit

Permalink
gen docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinusha92 committed Oct 23, 2019
1 parent 5f9f89b commit d9117c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion import-export-cli/docs/apictl_import-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apictl import-app (--file <app-zip-file> --environment <environment-to-which-the

```
apictl import-app -f qa/apps/sampleApp.zip -e dev
apictl Import App -f staging/apps/sampleApp.zip -e prod -o testUser
apictl import-app -f staging/apps/sampleApp.zip -e prod -o testUser
apictl import-app -f qa/apps/sampleApp.zip --preserveOwner --skipSubscriptions -e prod
```

Expand Down
6 changes: 3 additions & 3 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,15 @@ case $state in
;;
level2)
case $words[2] in
add)
_arguments '2: :(api help)'
;;
list)
_arguments '2: :(apis apps envs help)'
;;
update)
_arguments '2: :(api help)'
;;
add)
_arguments '2: :(api help)'
;;
*)
_arguments '*: :_files'
;;
Expand Down

0 comments on commit d9117c1

Please sign in to comment.