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.
35 lines
851 B
Markdown
35 lines
851 B
Markdown
---
|
|
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]
|
|
```
|