Files
bower/templates/json/help-update.json
André Cruz 92b7668067 Add list command, some other fixes and improvements.
- Fix cache clean command
- Lots of improvements and fixes of the Manager
- Only save json if the contents changed
- Add nom like tree to installed/updated packages
- Fix help usages.
2013-06-15 21:43:01 +01:00

19 lines
525 B
JSON

{
"command": "update",
"description": "Updates installed packages to their newest version according to bower.json",
"usage": [
"update <name> [<name> ..] [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
},
{
"shorthand": "-p",
"flag": "--production",
"description": "Do not install project devDependencies"
}
]
}