CLI
安装
命令
These commands are sorted in alphabetical order. The most commonly used are package, publish, and release.
Package
将应用程序打包为特定于平台的格式,并将结果放入文件夹中。
Flag | Value | Required |
---|---|---|
--platform | 平台, e.g. android | true |
--targets | 以逗号分隔的 maker 名称列表 | true |
--skip-clean | 跳过在构建之前一次 | false |
示例:
Publish
Flag | Value | Required |
---|---|---|
--path | 路径, e.g. hello_world-1.0.0+1-android.apk | true |
--targets | 以逗号分隔的 publisher 名称列表 | true |
示例:
Release
会根据配置文件(distribute_options.yaml
),将你的应用打包成特定的格式并发布到分发平台。
Flag | Value | Required |
---|---|---|
--name | 名称, e.g. dev | true |
--skip-clean | 跳过在构建之前一次 | false |
示例: