Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 4690799

Browse files
committed
small doc fix with --dataflow.uri option
1 parent 177ffef commit 4690799

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,16 @@ $ java -jar spring-cloud-dataflow-shell-{project-version}.jar --dataflow.mode=sk
9898

9999
NOTE: Both the Data Flow Server and the Shell must be on the same mode.
100100

101-
If the Data Flow Server and shell are not running on the same host, point the shell to the Data Flow server URL:
101+
If the Data Flow Server and shell are not running on the same host, point the shell to the Data Flow server URL using the `dataflow config server` command when in the shell's interactive mode.
102102
[source,bash]
103103
----
104104
server-unknown:>dataflow config server http://198.51.100.0
105105
Successfully targeted http://198.51.100.0
106106
dataflow:>
107107
----
108108

109+
Alternatively, pass in the command line option `--dataflow.uri`. The shell's command line option `--helps shows what is available.
110+
109111
[[getting-started-deploying-streams-spring-cloud-dataflow]]
110112
== Deploying Streams
111113
. Import Apps

0 commit comments

Comments
 (0)