> For the complete documentation index, see [llms.txt](https://chaosblade-io.gitbook.io/chaosblade-help-zh-cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaosblade-io.gitbook.io/chaosblade-help-zh-cn/blade-version.md).

# blade version

打印 blade 工具版本信息。

## 介绍

打印 blade 工具版本信息。 version 可以简写为 v，即 `blade version` 可以简写为 `blade v`。

## 参数

```
  -h, --help        查看 create 命令帮助
```

## 可使用的父命令参数

```
  -d, --debug   设置 DEBUG 执行模式
```

## 案例

```bash
# 查看 blade 工具版本信息
blade version
version: 0.4.0  # 版本
env: Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64 x86_64    # 环境信息
build-time: Thu Dec  5 14:29:44 CST 2019    # 构建时间
```
