Files
bower/templates/json/help-install.json
André Cruz e704733743 Read, use and update persistent resolutions.
Add --save-resolutions to deal with this.
Also:
  - Adjust logging when using compact
  - Minor code adjustments.
2013-06-07 13:05:07 +01:00

30 lines
952 B
JSON

{
"command": "install",
"description": "Installs the project dependencies or a specific set of endpoints",
"usage": [
"install",
"install [<endpoint> [, <endpoint>, ..]]"
],
"options": [
{
"shorthand": "-p",
"flag": "--production",
"description": "Do not install project devDependencies"
},
{
"shorthand": "-s",
"flag": "--save",
"description": "Save installed packages into the project's bower.json dependencies"
},
{
"shorthand": "-D",
"flag": "--save-dev",
"description": "Save installed packages into the project's bower.json devDependencies"
},
{
"shorthand": "-r",
"flag": "--save-resolutions",
"description": "Save resolutions chosen to resolve conflicts"
}
]
}