安装 dora-cli
在命令行中运行以下命令 (不要带上 $
符号):
$ pip install dora-rs-cli
dora
$ dora -h
dora-rs cli client
Usage: dora <COMMAND>
Commands:
check Check if the coordinator and the daemon is running
graph Generate a visualization of the given graph using mermaid.js.
Use --open to open browser
build Run build commands provided in the given dataflow
new Generate a new project or node. Choose the language between
Rust, Python, C or C++
run Run a dataflow locally
up Spawn coordinator and daemon in local mode (with default
config)
destroy Destroy running coordinator and daemon. If some dataflows are
still running, they will be stopped first
start Start the given dataflow path. Attach a name to the running
dataflow by using --name
stop Stop the given dataflow UUID. If no id is provided, you will be
able to choose between the running dataflows
list List running dataflows
logs Show logs of a given dataflow and node
daemon Run daemon
runtime Run runtime
coordinator Run coordinator
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
作者: 李扬
Dora中文社区 © 2025 doracc.com
苏ICP备14007268号-19 | 苏公网安备32050602013520号
本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可