UNPKG

711 BPlain TextView Raw
1Synopsis
2
3 cordova-cli compile [PROD] [TARGET] [EXP] [PLATS] [-- POPTS]
4
5 PROD: --debug|--release
6 TARGET: --device|--emulator|--target=FOO
7 EXP: --experimental [EXPERIMENTALFLAGS]
8 PLATS: PLATFORM [...]
9 POPTS: platformopts
10
11Builds the app for specified platforms, or all platforms
12
13 --debug ............................ Deploy a debug build
14 --release .......................... Deploy a release build
15
16 --device ........................... Deploy to a device
17 --emulator ......................... Deploy to an emulator
18 --target ........................... Deploy to a specific target
19
20To provide platform specific options, you must include them after `--`.