Lines Matching refs:hpm

30 | template | Distributed as a template and used by the **hpm init** command to create a template.| 
31 | plugin | Distributed as a plugin of hpm-cli to provide more functions.|
152 …n use the hpm-cli tool to manage the lifecycle of an HPM Part. The following table describes avail…
154 **Table 2** Commands available on hpm-cli
158 | Querying version information| **hpm -V** or **hpm --version**| Displays the version of the hpm-cl…
159 | Querying help information| **hpm -h** or **hpm --version**| Displays the command list and help in…
160 || hpm -h | Displays command help information.|
161 | Creating a project| hpm init bundle | Creates an HPM Part project.|
162 || hpm init -t template | Creates a scaffolding project from a template.|
163 | Installing HPM Parts| **hpm install** or **hpm i**| Installs dependent HPM Parts in the bundle.js…
164 || hpm install bundle\@version | Installs HPM Parts of a specified version.|
165 | Uninstalling HPM Parts| hpm uninstall bundle | Uninstalls dependent HPM Parts.|
166 || **hpm remove** or **hpm rm bundlename**| Uninstalls dependent HPM Parts.|
167 | Viewing information| **hpm list** or **hpm ls**| Displays the dependency tree of the HPM part.|
168hpm dependencies | Generates the dependency relationship data of the HPM Part. (This command …
169 | Searching for HPM Parts| hpm search name | Searches for HPM Parts. **--json** is used t…
170 | Setting HPM configuration items| hpm config set key value | Sets configuratio…
171 || hpm config delete key | Deletes configurations.|
172 | Updating HPM Part versions| hpm update | Updates the versions of dependent HPM Parts.|
173 || hpm check-update | Checks whether version updates are available to dependent HPM Parts.|
174 | Building| hpm build | Builds an HPM Part.|
175 || hpm dist | Builds a distribution. The build depends on the **dist** script in **scripts** o…
176 | Packing | hpm pack | Packs dependencies of local HPM Parts.|
177 | Burning| hpm run flash | Burns the firmware. The firmware burning depends on the **flas…
178 | Publishing| hpm publish | Publishes an HPM Part, which must be unique in the repository and …
179 | Running of extended commands| hpm run | Runs the commands in **scripts** defined in **bundle…
180 | Decompressing| hpm extract | Decompresses files in zip, tar, tgz, or .tar.gz format.|
181 | Starting UI| hpm ui | Starts the hpm UI locally. You can use the **-p** parameter to specify…
182 | Changing language| hpm lang | Alternates between Chinese and English on the CLI and UI.|
183 | Converting to HPM format| hpm x2h | Converts a Maven or npm package to an HPM Part and publi…
184 | Code segment restoration or cleanup| hpm code clean\|restore | Clears or restores the d…
185hpm gen-keys | Generates a public-private key pair and configures the public key on [DevEco M…
186 | Generation of the third-party open source notice| hpm gen-notice | Generates a file providin…
239 …ies) can be displayed by running the **hpm list** command or on the hpm UI, which is started by ru…
243 $ hpm list