ionic package build <platform> <type>

Create a package build on Appflow

Arguments

NameDescription
platformThe platform to package (android, ios)
typeThe build type (debug, release, development, ad-hoc, app-store, enterprise)

Options

NameDescription
--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-downloadSkip downloading build artifacts after command succeeds