Porting Advisor Functions
When multiple modules are running concurrently, only one log level can be set at the same time.
Prerequisites
- You have installed the Porting Advisor tool. For details, see Installing the Tool.
- If you have installed the tool using a compressed package, decompress the package and switch to the tool directory. Then run the command in ./ mode, for example, ./devkit porting -v. If you have installed the tool using an RPM package, run devkit porting -v. This section uses an RPM package as an example.
Command Function
Displays the help information about application porting tasks.
Syntax
1 | devkit porting -h |
Example
Run the following command to query the parameter descriptions of all commands:
1 | devkit porting -h |
Command output:
1 2 3 4 5 6 7 | 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. See 'devkit porting TASK -h/--help' for more information on a specific task. |
Function |
Description |
|---|---|
src-mig |
|
pkg-mig |
Parent topic: Porting Advisor