FlowFederateCLI
Introduction¶
First, You can execute the following command to quickly install:
Second, We will introduce how to interact with iflearner_flow_federate
using the command line toolflow_federate_cli
, the following are
the subcommands.
Usage: flow_federate_cli [OPTIONS] COMMAND [ARGS]...
Iflearner Flow Federate Cli.
Options:
-h, --help Show this message and exit.
Commands:
init Iflearner Federate Flow Cli Init Command
task Task Operations Group
The specific command usage is as follows.
Initialization¶
Before using the command line, we need to initialize the operation, mainly to configure the relevant parameters of the connection service
Usage
OPTIONS
parameter name | required | type | description |
---|---|---|---|
--host | yes | string | The host of the connection serveriflearner_flow_federate |
--port | yes | string | The port of the connection serveriflearner_flow_federate |
Request Example
Request Example