Home
last modified time | relevance | path

Searched refs:cli (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/hpm-part/
H A Dhpm-part-development.md6 …om)中能找到您开发常用的资源,可以通过依赖将所需的资源引入工程中。若现有的资源不能完全满足,可以自己开发并将其以HPM Part的格式发布。安装好hpm-cli工具后,就可以进行Part的开发了。
14 在进行HPM Part开发之前,首先需要安装包管理器命令行工具hpm-cli。Hpm-cli是一个基于Node.js开发的跨平台的命令行工具,而要运行hpm命令,需要先安装Node.js,然后使用n…
17 ### 安装Node.js及hpm-cli
24 2. 通过Node.js自带的npm安装hpm-cli命令行工具。执行以下命令:
27 npm install -g @ohos/hpm-cli
39 npm update -g @ohos/hpm-cli
43 ### 配置hpm-cli(可选)
121 hpm-cli除了提供了少量默认模板之外,其他模板均存储在[DevEco Marketplace](https://repo.harmonyos.com),可以使用命令hpm search -t t…
221 hpm-cli具备命令集成的能力,开发者可以选择任意的适合项目所采用的语言编译工具(如make,gcc,gn等)。只需在当前项目的bundle.json文件中定义scripts脚本中的build命令…
290 hpm-cli工具会自动执行编译,生成镜像文件,如:
H A Dhpm-part-about.md67 - **客户端的命令行工具:hpm-cli(发布在[@ohos/hpm-cli](https://www.npmjs.com/package/@ohos/hpm-cli))**
69 hpm-cli是一个跨平台包管理器命令行工具,包含一系列的命令(创建、编译、安装、打包、运行、发布等),开发者使用这些命令完成HPM Part的生命周期管理。
H A Dhpm-part-reference.md31 | plugin | 以插件形态分发,作为hpm cli的插件,扩展hpm cli的功能。 |
158 | 版本查询 | hpm -V或hpm --version | 查看hpm-cli版本号。 |
185 …s | 生成公钥/私钥对,将公钥配置到[DevEco Marketplace](https://repo.harmonyos.com),可以实现hpm-cli免密登录,发布Part。 |
/ohos5.0/docs/en/device-dev/hpm-part/
H A Dhpm-part-development.md13 ## Installing hpm-cli
15 The hpm-cli tool is developed based on Node.js. Therefore, you must install Node.js and then use np…
18 ### Installing Node.js and hpm-cli
25 2. Install the hpm-cli tool using **npm** delivered with **Node.js**. Run the following command:
28 npm install -g @ohos/hpm-cli
40 npm update -g @ohos/hpm-cli
44 ### (Optional) Configuring hpm-cli
46 After hpm-cli is installed, run the following command to view the hpm configuration:
122 The hpm-cli tool provides a few default templates. More templates are available on [DevEco Marketpl…
222 The hpm-cli tool supports command integration so that you can select any build tool (such as make, …
[all …]
H A Dhpm-part-about.md67 - **hpm-cli: a cross-platform command line tool released in [@ohos/hpm-cli](https://www.npmjs.com/p…
69 …The hpm-cli tool offers a series of commands for creating, building, installing, packing, running,…
H A Dhpm-part-reference.md31 | plugin | Distributed as a plugin of hpm-cli to provide more functions.|
152 You can use the hpm-cli tool to manage the lifecycle of an HPM Part. The following table describes …
154 **Table 2** Commands available on hpm-cli
158 …g version information| **hpm -V** or **hpm --version**| Displays the version of the hpm-cli tool.|
185 … Marketplace](https://repo.harmonyos.com), which enables password-free hpm-cli login for HPM Part …
/ohos5.0/build/hb/services/
H A Dmenu.py242 def get_prompt_tokens(cli): argument
301 event.cli.set_return_value(inquirer_control.get_selection())
347 def _get_choice_tokens(self, cli): argument
355 def select_item(cli, mouse_event): argument
416 def handle_if_mouse_down(cli, mouse_event): argument
419 return handler(cli, mouse_event)
/ohos5.0/docs/zh-cn/device-dev/get-code/
H A Dsourcecode-acquire.md19 …(https://repo.harmonyos.com/#/cn/home)网站,查找满足需求的开源发行版,直接下载(或者定制后下载),再通过hpm-cli命令工具将所需的组件及工具链下载、安装到…
112 …onyos.com/#/cn/home)网站获取下载开源发行版,也可以在开源发行版的基础上定制(添加或删除组件)。然后通过包管理器命令行工具(hpm-cli)将需要的组件及相关的编译工具链全部下载…
130 npm install -g @ohos/hpm-cli
142 npm update -g @ohos/hpm-cli
H A Dgettools-acquire.md170 …始化HPM工程,利用docker镜像来快速编译OpenHarmony发行版,在很大程度上简化了编译前的环境配置。开发者在配置好Ubuntu和[hpm-cli](https://device.har…
/ohos5.0/docs/docker/
H A DCHANGELOG.md45 增加安装工具tzdata、default-jre、default-jdk、nodejs、hmos_app_packing_tool、hapsigntoolv2和hpm-cli工具。
H A DDockerfile53 …&& ln -s /home/tools/node-v14.15.4-linux-x64/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/np…
54 …&& ln -s /home/tools/node-v14.15.4-linux-x64/lib/node_modules/npm/bin/npx-cli.js /usr/local/bin/np…
81 && npm install -g @ohos/hpm-cli --registry https://mirrors.huaweicloud.com/repository/npm/
H A DCHANGELOG_en.md45 …ata, default-jre, default-jdk, Node.js, hmos\_app\_packing\_tool, hapsigntoolv2, and hpm-cli tools.
/ohos5.0/docs/en/device-dev/get-code/
H A Dsourcecode-acquire.md19 … customize components and download the component list). Then use the **hpm-cli** tool to download …
112 … or deleting components of an open source distribution. Then use the **hpm-cli** tool to download …
125 2. Install the **hpm-cli** tool using **npm** delivered with **Node.js**.
130 npm install -g @ohos/hpm-cli
142 npm update -g @ohos/hpm-cli
H A Dgettools-acquire.md170 … configurations needed for building. After configuring the Ubuntu and [hpm-cli](https://device.har…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-cmake.md69 --no-warn-unused-cli
/ohos5.0/build/templates/rust/
H A Drust_bindgen.gni67 "//third_party/rust/crates/bindgen/bindgen-cli:bindgen($host_toolchain)"
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v3.2-beta4.md226 | I5MVDK | 对 /data/data/.pulse_dir/runtime/cli 进行socketfuzz出现crash |
H A DOpenHarmony-v3.2-beta3.md228 | I5MVDK | 对 /data/data/.pulse_dir/runtime/cli 进行socketfuzz出现crash | 进行socketfuzz测试,发生进程c…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.2-beta4.md226 …DK | A crash occurs when a socket fuzz test is performed on **/data/data/.pulse_dir/runtime/cli**.|
H A DOpenHarmony-v3.2-beta3.md228 …rs when a socket fuzz test is performed on **/data/data/.pulse_dir/runtime/cli**.| The process cra…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/1080_3M/
H A Dvideo_10805.ts18899 …C��s3�����BD�;}wy��p����~޸K�n*n�n�s�Ȓe��O�{C��c�a�9o._��dm���cli�N��G1�/��!��� ^$�F…