updated module commands with app commands

resolves #189
This commit is contained in:
Glenn Renfro
2016-09-07 17:37:47 -04:00
committed by Michael Minella
parent e0636e230c
commit 86234c22f2

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: