# blade

chaosblade 工具执行命令

## 介绍

chaosblade 是一款简单易用、功能强大的混沌实验实施工具，欢迎使用与共建

## 案例

```
# 查看 blade 命令帮助文档
blade -h

# 所有的命令都可以添加 -h 来查看此命令如何使用，如创建混沌实验
blade create -h

# 所有的命令都可以添加 -d 来查看更细的执行信息
blade create cpu fullload -d
```

## 参数

```
-d, --debug 设置工具为 DEBUG 模式，主要用于调试使用
-h, --help  查看 blade 命令帮助文档
```

## 相关命令

* \[blade create]\(blade create.md) - 创建一个混沌实验
* blade\_destroy.md - 销毁一个混沌实验
* blade\_prepare.md - 准备混沌实验环境，部分实验执行前必须执行
* blade\_revoke.md - 撤销混沌实验环境，与 prepare 操作对应
* \[blade status]\(blade status.md) - 查询混沌实验和混沌实验环境状态
* blade\_query.md - 查询部分实验所需的系统参数
* \[blade version]\(blade version.md) - 打印 blade 工具版本信息
* \[blade server]\(blade server.md) - server 模式


---

# 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://chaosblade-io.gitbook.io/chaosblade-help-zh-cn/blade.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.
