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
/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.
/opt/DevKit/tools/devkit -h
Command output:
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