# 简介

## 什么是 Zenlayer Cloud CLI？

Zenlayer Cloud CLI (`zeno`) 是 Zenlayer 官方提供的命令行工具，用于高效管理 Zenlayer Cloud 资源。它提供了一个统一的接口，让您可以通过命令行与各种 Zenlayer Cloud 服务进行交互，实现资源的创建、管理和监控。

## 主要功能

* **易于使用** - 直观的命令结构和友好的提示
* **安全可靠** - 凭证存储采用严格的文件权限控制
* **多种输出格式** - 支持 JSON 和表格输出格式
* **多配置文件支持** - 轻松管理多个环境
* **跨平台** - 支持 Linux、macOS 和 Windows
* **Shell 自动补全** - 支持 Bash、Zsh、Fish 和 PowerShell
* **调试模式** - 详细的日志记录，便于故障排除

## 使用场景

* **自动化运维** - 通过脚本实现资源的自动化管理
* **批量操作** - 对多个资源执行批量操作
* **快速部署** - 快速创建和配置云资源
* **监控和管理** - 实时监控资源状态和使用情况
* **跨平台管理** - 在不同操作系统上使用相同的命令管理资源

## 为什么选择 Zenlayer Cloud CLI？

* **统一接口** - 所有 Zenlayer Cloud 服务的统一管理入口
* **高效操作** - 命令行操作比图形界面更高效，特别是对于重复任务
* **自动化友好** - 易于集成到脚本和自动化工作流中
* **灵活性** - 支持多种配置方式和输出格式
* **安全** - 提供安全的凭证管理机制

## 快速开始

1. **安装 CLI** - 参考 [安装指南](/zenlayer-cli/cn/install.md) 安装 Zenlayer Cloud CLI
2. **配置凭证** - 运行 `zeno configure` 配置访问凭证
3. **开始使用** - 执行命令管理您的 Zenlayer Cloud 资源

## 获取帮助

* 使用 `zeno --help` 查看全局帮助信息
* 使用 `zeno [命令] --help` 查看特定命令的帮助信息
* 参考本文档的 [使用指南](/zenlayer-cli/cn/usage.md) 获取详细的使用说明

## 反馈与支持

* **GitHub Issues** - 在 [GitHub 仓库](https://github.com/zenlayer/zenlayercloud-cli/issues) 提交问题
* **邮件支持** - 发送邮件至 <support@zenlayer.com>
* **文档** - 参考本文档获取详细的使用说明


---

# Agent Instructions: 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:

```
GET https://docs.console.zenlayer.com/zenlayer-cli/cn/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
