Files
spaceflow/docs/guide/commands/list.md
2026-02-15 22:02:21 +08:00

38 lines
781 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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` | 显示更多详细信息 |