ionic package build <platform> <type>
Create a package build on Appflow
Arguments
Name | Description |
---|
platform | The platform to package (android, ios) |
type | The build type (debug, release, development, ad-hoc, app-store, enterprise) |
Options
Name | Description |
---|
--signing-certificate <name> | Signing certificate |
--environment <name> | The group of environment variables exposed to your build |
--native-config <name> | The group of native config variables exposed to your build |
--destination <name> | The configuration to deploy the build artifact to the app store |
--commit <sha1> | Commit (defaults to HEAD) |
--build-stack <name> | Target platform ("Android", "iOS - Xcode 11 (Preferred)", "iOS - Xcode 10") |
--build-file-name <name> | The name for the downloaded build file |
--ipa-name <name> | The name for the downloaded ipa file |
--dsym-name <name> | The name for the downloaded dsym file |
--apk-name <name> | The name for the downloaded apk file |
--aab-name <name> | The name for the downloaded aab file |
--artifact-type <name> | The artifact type (aab, apk, ipa, dsym) |
--skip-download | Skip downloading build artifacts after command succeeds |