# 使用CLI

本指南将帮助您了解如何使用 Zenlayer Cloud CLI (`zeno`) 来管理您的 Zenlayer Cloud 资源。

## 基本使用

Zenlayer Cloud CLI 的基本使用格式为：

```bash
zeno [命令] [子命令] [参数]
```

## 使用指南内容

使用指南分为以下几个部分：

* **命令结构** - 介绍 CLI 命令的基本结构和语法
* **帮助命令** - 介绍如何使用帮助命令获取命令信息
* **参数类型** - 介绍不同类型参数的使用方法
* **输出格式** - 介绍不同输出格式的使用方法
* **示例命令** - 提供常见操作的示例命令

## 常用命令

### 查看版本信息

```bash
zeno version
```

### 配置 CLI

```bash
zeno configure
```

### 列出负载均衡器

```bash
zeno zlb describe-load-balancers
```

### 列出带宽集群

```bash
zeno traffic describe-bandwidth-clusters
```

## 获取帮助

要获取命令的帮助信息，可以使用 `--help` 选项：

```bash
# 查看全局帮助
zeno --help

# 查看特定命令的帮助
zeno zlb describe-load-balancers --help
```

## 下一步

* 阅读 [命令结构](/zenlayer-cli/cn/usage/command-structure.md) 了解 CLI 命令的基本结构
* 阅读 [帮助命令](/zenlayer-cli/cn/usage/help.md) 了解如何获取命令帮助
* 阅读 [参数类型](/zenlayer-cli/cn/usage/parameter-types.md) 了解不同类型参数的使用方法
* 阅读 [输出格式](/zenlayer-cli/cn/usage/output.md) 了解不同输出格式的使用方法
* 阅读 [示例命令](/zenlayer-cli/cn/usage/examples.md) 查看常见操作的示例


---

# 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/usage.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.
