Files
bower/templates/json/help-update.json
André Cruz 6d3b3e6de2 Add cache clean and list commands.
This was an huge commit.
- Allow nested commands
- Switch resolve cache in memory object cache to LRU
- Store non-semver packages in the cache
- Tweak help messages
- Various fixes and tweaks
2013-06-11 00:39:18 +01:00

24 lines
690 B
JSON

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