mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-12 04:02:45 +08:00
chore: 初始化仓库
This commit is contained in:
37
docs/guide/commands/list.md
Normal file
37
docs/guide/commands/list.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# list — 列出 Extension
|
||||
|
||||
列出当前项目中已安装的所有 Extension 及其信息。
|
||||
|
||||
## 基本用法
|
||||
|
||||
```bash
|
||||
spaceflow list
|
||||
```
|
||||
|
||||
## 输出示例
|
||||
|
||||
```text
|
||||
已安装的 Extension:
|
||||
|
||||
review @spaceflow/review [link]
|
||||
命令: review
|
||||
|
||||
publish @spaceflow/publish [link]
|
||||
命令: publish
|
||||
|
||||
ci-shell @spaceflow/ci-shell [npm]
|
||||
命令: ci-shell
|
||||
```
|
||||
|
||||
输出包含:
|
||||
|
||||
- **Extension 名称** — 注册名
|
||||
- **包名** — npm 包名或路径
|
||||
- **安装类型** — `[link]`(本地路径)、`[npm]`(npm 包)、`[git]`(git 仓库)
|
||||
- **提供的命令** — 该 Extension 注册的 CLI 命令
|
||||
|
||||
## 命令行选项
|
||||
|
||||
| 选项 | 简写 | 说明 |
|
||||
|------|------|------|
|
||||
| `--verbose` | `-v` | 显示更多详细信息 |
|
||||
Reference in New Issue
Block a user