> For the complete documentation index, see [llms.txt](https://docs.zongsoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zongsoft.com/tools/tools.md).

# 工具概览

Zongsoft 工具链概览。

Zongsoft 工具链用于辅助部署、打包、升级和开发调试。

## 工具列表

| 工具                      | 命令               | 用途                             |
| ----------------------- | ---------------- | ------------------------------ |
| Zongsoft.Tools.Deployer | `dotnet deploy`  | 根据 `.deploy` 文件部署插件和附属文件       |
| Zongsoft.Tools.Packager | `dotnet-pack`    | 制作 `.tar.gz`、`.deb`、`.rpm` 安装包 |
| Zongsoft.Tools.Upgrader | `dotnet-upgrade` | 制作、校验和发布自动升级包                  |
| Zongsoft.Tools.Regular  | GUI              | 正则表达式测试工具                      |

## 推荐使用顺序

1. 使用 `dotnet deploy` 把插件部署到宿主。
2. 使用宿主程序完成运行验证。
3. 初次安装交付可使用 `dotnet-pack` 制作安装包。
4. 已有应用自升级可使用 `dotnet-upgrade` 制作升级包；不要求先生成 deb/rpm。

## 相关资源

* [tools 仓库](https://github.com/Zongsoft/tools)
* [tools 中文 README](https://github.com/Zongsoft/tools/blob/main/README.zh-Hans.md)
* [tools 英文 README](https://github.com/Zongsoft/tools/blob/main/README.md)
* [Zongsoft.Tools.Deployer NuGet 包](https://www.nuget.org/packages/Zongsoft.Tools.Deployer)
* [Zongsoft.Tools.Packager NuGet 包](https://www.nuget.org/packages/Zongsoft.Tools.Packager)
* [Zongsoft.Tools.Upgrader NuGet 包](https://www.nuget.org/packages/Zongsoft.Tools.Upgrader)

各工具参数和格式：[部署器](/tools/deployer.md)、[安装打包器](/tools/packager.md)、[升级打包器](/tools/upgrader.md)、[正则测试器](/tools/regular.md)。命令示例区分 PowerShell 与 Bash，执行前确认源目录、目标目录和实际应用身份。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zongsoft.com/tools/tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
