mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
503 B
Markdown
17 lines
503 B
Markdown
# tailchat-cli
|
|
A Command line interface of tailchat
|
|
|
|
```bash
|
|
tailchat <command>
|
|
|
|
Commands:
|
|
tailchat create [template] 创建 Tailchat 项目代码
|
|
tailchat connect 连接到 Tailchat 节点网络
|
|
tailchat bench 压力测试
|
|
tailchat declaration <source> Tailchat 插件类型声明
|
|
|
|
Options:
|
|
--version Show version number [boolean]
|
|
-h, --help Show help [boolean]
|
|
```
|