UNPKG

774 BPlain TextView Raw
1Synopsis
2
3 cordova-cli compile [PROD] [TARGET] [PLATS] [-- POPTS]
4
5 PROD: --debug|--release
6 TARGET: --device|--emulator|--target=FOO
7 PLATS: PLATFORM [...]
8 POPTS: platformopts
9
10Builds the app for specified platforms, or all platforms
11
12Options
13
14 --debug ............................ Deploy a debug build
15 --release .......................... Deploy a release build
16
17 --device ........................... Deploy to a device
18 --emulator ......................... Deploy to an emulator
19 --target ........................... Deploy to a specific target
20
21To provide platform specific options, you must include them after `--`.
22
23Examples
24
25 cordova-cli compile android windows --debug --device
26 cordova-cli compile android --release
\No newline at end of file