Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

build.txt 1.0KB

12345678910111213141516171819202122232425262728
  1. Synopsis
  2. cordova-cli build [PROD] [TARGET] [PLATS] [BUILDCONFIG] [-- POPTS]
  3. PROD: --debug|--release
  4. TARGET: --device|--emulator
  5. PLATS: PLATFORM [...]
  6. BUILDCONFIG: --buildConfig=CONFIGFILE
  7. POPTS: platformopts
  8. Shortcut for `cordova prepare` + `cordova compile` for
  9. all/the specified platforms.
  10. --debug ............................ debug build
  11. --release .......................... release build
  12. --device ........................... Build it for a device
  13. --emulator ......................... Build it for an emulator
  14. --buildConfig....................... Use the specified build configuration
  15. instead of default build.json
  16. To provide platform specific options, you must include them after `--`.
  17. Example
  18. cordova-cli build android windows --debug --device
  19. cordova-cli build android --release --buildConfig=..\myBuildConfig.json
  20. cordova-cli build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey