SDK management commands are used to obtain information about the Mobile PaaS (mPaaS) SDKs. The commands include:
mpaas sdk version
mpaas sdk version [OPTIONS]
Displays the latest baseline version number of the currently released mPaaS SDK.
Options
-l, -- list: lists all supported versions
General options
-h, -- help: displays command help information
-- verbose: displays more debug information
-- silent: the silent mode without output informationExamples
mpaas sdk version
You can run the mpaas sdk version -h command to view help information.
mpaas sdk list
mpaas sdk list [OPTIONS]
Queries information about the locally installed mPaaS SDKs.
Options
-B, -- baseline=VERSION: the specified version (the latest version by default)
-d, -- details: displays the SDK details
General options
-h, -- help: displays command help information
-- verbose: displays more debug information
-- silent: the silent mode without output informationExamples
mpaas sdk list -d
You can run the mpaas sdk list -h command to view help information.
mpaas sdk search
mpaas sdk search [OPTIONS] <NAME>
Searches for a local or remote SDK and displays its details. Fuzzy match is supported.
Options
-b, --baseline=VERSION: the specified baseline version (the latest baseline by default)
-d, -- details: displays the SDK details
-l, -- local: searches the locally installed SDKs
General options
-h, -- help: displays command help information
-- verbose: displays more debug information
-- silent: the silent mode without output informationExamples
mpaas sdk search log -d -l
You can run the mpaas sdk search -h command to view help information.
该文章对您有帮助吗?