Skip to main content
Version: v7

ionic package deploy

warning

This command has been deprecated and will be removed in an upcoming major release of the Ionic CLI.

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

$ ionic package deploy [build-id] [destination]

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.

build-id

成功したパッケージのビルドを示すビルドID

destination

ビルドアーティファクトをアプリストアにデプロイするための保存先

Examples

$ ionic package deploy 123456789 "My app store destination"