Command Parameter Description
The Kunpeng DevKit provides a terminal tool to complete analysis tasks and manage tools in CLI mode on any server.
Function
Queries the parameter descriptions of all commands.
Syntax
1 | /opt/DevKit/tools/devkit -h
|
- /opt is the installation directory of the tool on the server. Replace it with the actual directory.
- The DevKit terminal tool can be used in any terminal environment after the server is configured.
Example
Query the parameter description of all commands.
1 | /opt/DevKit/tools/devkit -h
|
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | usage: devkit [-h] [-v] {setuser,initadmin,adduser,setconfig,sourcescan,runningmode} ... positional arguments: {setuser,initadmin,adduser,setconfig,sourcescan,runningmode} sub-command setuser Set the user name and password. initadmin Initialize the administrator account. adduser Creating a common user setconfig Setting the server's configuration. sourcescan Source Code Porting runningmode 64-bit Running Mode Check optional arguments: -h, --help show this help message and exit -v, --version Display cli version |
Parent topic: Using Basic Functions in the Terminal Tool