Blame view

node_modules/bower/lib/templates/json/help-update.json 1003 Bytes
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
  {
      "command": "update",
      "description": "Updates installed packages to their newest version according to bower.json.",
      "usage": [
          "update <name> [<name> ..] [<options>]"
      ],
      "options": [
          {
              "shorthand":   "-F",
              "flag":        "--force-latest",
              "description": "Force latest version on conflict"
          },
          {
              "shorthand":   "-h",
              "flag":        "--help",
              "description": "Show this help message"
          },
          {
              "shorthand":   "-p",
              "flag":        "--production",
              "description": "Do not install project devDependencies"
          },
          {
              "shorthand":   "-S",
              "flag":        "--save",
              "description": "Update dependencies in bower.json"
          },
          {
              "shorthand":   "-D",
              "flag":        "--save-dev",
              "description": "Update devDependencies in bower.json"
          }
      ]
  }