Command Parameter Description
The Kunpeng DevKit provides a terminal tool to complete application porting analysis tasks in CLI mode on any server.
- When multiple modules are running concurrently, only one log level can be set at the same time.
- If tasks are executed concurrently during the initial installation, the log configuration file may fail to be read. In this case, execute the tasks again.
Command Function
Queries the parameter descriptions of all commands.
Syntax
devkit porting -h
Example
Run the following command to query the parameter descriptions of all commands.
devkit porting -h
The command output is as follows:
Usage: devkit porting [-h|--help] TASK [ARGS]
The most commonly used devkit advisor sub tasks are:
src-mig Run the source migration task.
pkg-mig Run the package migration task.
sys-mig Run the system migration task.
See 'devkit porting TASK -h/--help' for more information on a specific task.
src-mig indicates a
Parent topic: Application Porting