feat: add docs to main (#1559)
This commit is contained in:
13
docs/zh/developer/install/cli/start.md
Normal file
13
docs/zh/developer/install/cli/start.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# `start`
|
||||
|
||||
## 命令说明
|
||||
`start` 命令用于启动已停止的 Olares 系统,包括其所有组件和服务。
|
||||
```bash
|
||||
olares-cli start [选项]
|
||||
```
|
||||
|
||||
## 选项
|
||||
|
||||
| 选项 | 简写 | 用途 | 是否必需 | 默认值 |
|
||||
|----------|------|----------------|----------|--------|
|
||||
| `--help` | `-h` | 显示命令帮助信息。 | 否 | 无 |
|
||||
Reference in New Issue
Block a user