updated module commands with app commands

resolves #189
This commit is contained in:
Glenn Renfro
2016-09-07 17:37:47 -04:00
parent 4e7e75cc82
commit 37bc7646ee

View File

@@ -54,8 +54,8 @@ Application we created. In the example below we are registering the Processor a
sample applications using the Spring Cloud Data Flow shell:
```
module register --name taskSink --type sink --uri maven://io.spring:tasksink:1.0.0.RELEASE
module register --name taskProcessor --type processor --uri maven:io.spring:taskprocessor:1.0.0.RELEASE
app register --name taskSink --type sink --uri maven://io.spring.cloud:tasksink:<version>
app register --name taskProcessor --type processor --uri maven:io.spring.cloud:taskprocessor:<version>
```
Creating a stream from the Spring Cloud Data Flow shell would look like this: