help-update.json 688 B

123456789101112131415161718192021222324
  1. {
  2. "command": "update",
  3. "description": "Updates installed packages to their newest version according to bower.json.",
  4. "usage": [
  5. "update <name> [<name> ..] [<options>]"
  6. ],
  7. "options": [
  8. {
  9. "shorthand": "-F",
  10. "flag": "--force-latest",
  11. "description": "Force latest version on conflict"
  12. },
  13. {
  14. "shorthand": "-h",
  15. "flag": "--help",
  16. "description": "Show this help message"
  17. },
  18. {
  19. "shorthand": "-p",
  20. "flag": "--production",
  21. "description": "Do not install project devDependencies"
  22. }
  23. ]
  24. }