$ ionic package download

Download your packaged app

Synopsis

$ ionic package download [<id>]

Details

WARNING: Ionic Cloud is deprecated and will reach end-of-life on January 31st, 2018. These commands will not be supported afterwards. Ionic Pro takes a different approach to the Ionic Package service. See the Package documentation for details: https://ionicframework.com/docs/pro/package/

Ionic Package makes it easy to build a native binary of your app in the cloud.

Full documentation can be found here: https://docs.ionic.io/services/package/

Input Description
id The build ID to download. Defaults to the latest build
Option Description
--destination, -d The download destination directory

Examples

$ ionic package download 
$ ionic package download 15
$ ionic package download --destination=my-builds

API

Native

General