12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "usage": [
- "<command> [<args>] [<options>]"
- ],
- "commands": {
- "cache": "Manage bower cache",
- "help": "Display help information about Bower",
- "home": "Opens a package homepage into your favorite browser",
- "info": "Info of a particular package",
- "init": "Interactively create a bower.json file",
- "install": "Install a package locally",
- "link": "Symlink a package folder",
- "list": "List local packages - and possible updates",
- "lookup": "Look up a package URL by name",
- "prune": "Removes local extraneous packages",
- "register": "Register a package",
- "search": "Search for a package by name",
- "update": "Update a local package",
- "uninstall": "Remove a local package",
- "version": "Bump a package version"
- },
- "options": [
- {
- "shorthand": "-f",
- "flag": "--force",
- "description": "Makes various commands more forceful"
- },
- {
- "shorthand": "-j",
- "flag": "--json",
- "description": "Output consumable JSON"
- },
- {
- "shorthand": "-l",
- "flag": "--log-level",
- "description": "What level of logs to report"
- },
- {
- "shorthand": "-o",
- "flag": "--offline",
- "description": "Do not hit the network"
- },
- {
- "shorthand": "-q",
- "flag": "--quiet",
- "description": "Only output important information"
- },
- {
- "shorthand": "-s",
- "flag": "--silent",
- "description": "Do not output anything, besides errors"
- },
- {
- "shorthand": "-V",
- "flag": "--verbose",
- "description": "Makes output more verbose"
- },
- {
- "flag": "--allow-root",
- "description": "Allows running commands as root"
- },
- {
- "flag": "--version",
- "description": "Output Bower version"
- }
- ]
- }
|