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

config.txt 991B

1234567891011121314151617181920212223242526
  1. Synopsis
  2. cordova-cli config <command> [options]
  3. The config command can be used to set, get, delete, edit, and list global cordova options.
  4. Options
  5. --set <key> <value> ... Sets the config key to the value. If value is omitted, then it sets it to "true".
  6. --get <key> ........... Echo the config value to stdout.
  7. --delete <key> ........ Deletes the key from all configuration files.
  8. --edit ................ Opens the config file in an editor.
  9. --ls .................. Lists contents of config file.
  10. Syntax
  11. cordova-cli config set <key> <value> ....... cordova config set save-exact true
  12. cordova-cli config get <key> ............... cordova config get save-exact
  13. cordova-cli config delete <key> ............ cordova config delete save-exact
  14. cordova-cli config edit .................... cordova config edit
  15. cordova-cli config ls ...................... cordova config ls
  16. Options
  17. save-exact ...................... default setting = false
  18. Examples
  19. cordova config set save-exact true