Blame view

node_modules/bower/lib/templates/json/help.json 2.54 KB
2dda2e10   Administrator   generator ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
  {
      "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",
          "login":           "Authenticate with GitHub and store credentials",
          "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",
          "unregister":      "Remove a package from the registry",
          "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":        "--loglevel",
              "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"
          },
          {
              "shorthand":   "-v",
              "flag":        "--version",
              "description": "Output Bower version"
          },
          {
              "flag":        "--no-color",
              "description": "Disable colors"
          }
      ]
  }