You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
NOTE: Both the Data Flow Server and the Shell must be on the same mode.
100
100
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.
102
102
[source,bash]
103
103
----
104
104
server-unknown:>dataflow config server http://198.51.100.0
105
105
Successfully targeted http://198.51.100.0
106
106
dataflow:>
107
107
----
108
108
109
+
Alternatively, pass in the command line option `--dataflow.uri`. The shell's command line option `--helps shows what is available.
0 commit comments