---
title: 命令入口简介
description: "```"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevkithistory/devkit_24_rc1/cliuserguide/KunpengDevKitCli_0005.html
sourcePath: /source/zh/kunpengdevkithistory/devkit_24_rc1/cliuserguide/KunpengDevKitCli_0005.html
indexId: 8bd63cee59965efdf328bf77256afb1f55a2afb0c0142720df67fb221e8ad2ac85
---
# 命令入口简介

#### 命令格式

```
devkit [-h | --help] [-v | --version] COMMAND [ARGS]
```


#### 简介

若已安装工具或使用压缩包解压，可通过-h参数查看工具支持项，-v参数查看当前版本。

- 示例均为安装RPM包方式使用。
- 若使用压缩包解压方式，请勿将devkit二进制文件复制至其他路径，可能导致依赖项失败。


```
devkit -h
```

回显：

```
Usage: devkit [-h | --help] [-v | --version] COMMAND [ARGS]
The most commonly used devkit sub commands are:
help      Get help information
version   Get version information
porting   Run a command for porting
tuner     Run a command for system performance analysis
advisor   Run a command for advisor
report    Read specific_name.tar and display the result
See 'devkit COMMAND --help' for more information on a specific command.
```

porting为应用迁移，tuner为系统性能分析，advisor为亲和分析，report可查看任务输出TAR包的结果。
