Skip to content

Commit

Permalink
update CLI structure in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syamgk committed Aug 31, 2018
1 parent f35a4d1 commit 566445e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ $ curl nodejs-myproject.192.168.42.147.nip.io
Multiple component types are currently supported, like nodejs, perl, php, python, ruby, etc.

## CLI Structure

```sh
odo --verbose : Odo (Openshift Do)
app --short : Perform application operations
Expand Down Expand Up @@ -166,10 +165,14 @@ odo --verbose : Odo (Openshift Do)
create --application --component --port : Create a URL for a component
delete --component --force : Delete a URL
list --application --component : List URLs
utils : Utilities for completion and terminal commands
utils : Utilities for completion, terminal commands and modifying Odo configurations
completion : Output shell completion code
config : Modifies configuration settings
set : Set a value in odo config file
view : View current configuration values
terminal : Add Odo terminal support to your development environment
version : Print the client version information
watch : Watch for changes, update component on change
```

*_autogenerated_

Binary file added scripts/cli-structure/cli-structure
Binary file not shown.

0 comments on commit 566445e

Please sign in to comment.