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

# Using the CLI

This guide will help you understand how to use Zenlayer Cloud CLI (`zeno`) to manage your Zenlayer Cloud resources.

## Basic Usage

The basic usage format of Zenlayer Cloud CLI is:

```bash
zeno [command] [subcommand] [parameters]
```

## Usage Guide Contents

The usage guide is divided into the following sections:

* **Command Structure** - Introduction to the basic structure and syntax of CLI commands
* **Help Commands** - How to use help commands to get command information
* **Parameter Types** - Usage methods for different parameter types
* **Output Formats** - Usage methods for different output formats
* **Example Commands** - Example commands for common operations

## Common Commands

### View Version Information

```bash
zeno version
```

### Configure the CLI

```bash
zeno configure
```

### List Load Balancers

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

### List Bandwidth Clusters

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

## Getting Help

To get help information for a command, use the `--help` option:

```bash
# View global help
zeno --help

# View help for a specific command
zeno zlb describe-load-balancers --help
```

## Next Steps

* Read [Command Structure](/zenlayer-cli/usage/command-structure.md) to learn about the basic structure of CLI commands
* Read [Help Commands](/zenlayer-cli/usage/help.md) to learn how to get command help
* Read [Parameter Types](/zenlayer-cli/usage/parameter-types.md) to learn about different parameter type usage
* Read [Output Formats](/zenlayer-cli/usage/output.md) to learn about different output format usage
* Read [Example Commands](/zenlayer-cli/usage/examples.md) to see examples of common operations


---

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

```
GET https://docs.console.zenlayer.com/zenlayer-cli/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.
