Skip to main content
Version: v6

ionic package deploy

Deploys a binary to a destination, such as an app store using Appflow

$ ionic package deploy [options]

This command deploys a binary to a destination using Appflow. While running, the remote log is printed to the terminal.

The command takes two parameters: the numeric ID of the package build that previously created the binary and the name of the destination where the binary is going to be deployed. Both can be retrieved from the Dashboard.

Examples

$ ionic package deploy 123456789 "My app store destination"

Inputs

build-id

Description

The build id of the desired successful package build

destination

Description

The destination to deploy the build artifact to the app store