优化
This commit is contained in:
4
website/docs/cli/_category_.json
Normal file
4
website/docs/cli/_category_.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "Cli",
|
||||
"position": 40
|
||||
}
|
||||
34
website/docs/cli/tailchat-cli.md
Normal file
34
website/docs/cli/tailchat-cli.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: tailchat-cli
|
||||
---
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
npm install -g tailchat-cli@latest # Install and update with the same command
|
||||
```
|
||||
|
||||
or directly use
|
||||
|
||||
```bash
|
||||
npx tailchat-cli <command>
|
||||
```
|
||||
|
||||
After the installation is successful, enter `tailchat` and return as follows:
|
||||
|
||||
```bash
|
||||
tailchat <command>
|
||||
|
||||
Commands:
|
||||
tailchat create [template] Create Tailchat repo code
|
||||
tailchat connect Connect to Tailchat network
|
||||
tailchat bench Benchmark
|
||||
tailchat declaration <source> Tailchat plugin type declaration
|
||||
tailchat docker Tailchat image management
|
||||
tailchat usage [pid] View Tailchat process usage
|
||||
|
||||
Options:
|
||||
--version Show version number [boolean]
|
||||
-h, --help Show help [boolean]
|
||||
```
|
||||
Reference in New Issue
Block a user