@teambit/harmony.content.cli-reference 1.95.167 → 1.95.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.1.86'
2
+ description: 'Bit command synopses. Bit version: 0.1.88'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1324,6 +1324,11 @@
1324
1324
  "e",
1325
1325
  "env <string>",
1326
1326
  "set the component's environment. (overrides the env from variants if exists)"
1327
+ ],
1328
+ [
1329
+ "j",
1330
+ "json",
1331
+ "output as json format"
1327
1332
  ]
1328
1333
  ],
1329
1334
  "description": "Add any subset of files to be tracked as a component(s).",
@@ -2719,18 +2724,23 @@
2719
2724
  ]
2720
2725
  },
2721
2726
  {
2722
- "name": "server",
2727
+ "name": "diff [values...]",
2723
2728
  "alias": "",
2724
2729
  "options": [
2725
2730
  [
2726
- "p",
2727
- "port [port]",
2728
- "port to run the server on"
2731
+ "v",
2732
+ "verbose",
2733
+ "show a more verbose output when possible"
2734
+ ],
2735
+ [
2736
+ "t",
2737
+ "table",
2738
+ "show tables instead of plain text for dependencies diff"
2729
2739
  ]
2730
2740
  ],
2731
- "description": "EXPERIMENTAL. communicate with bit cli program via http requests",
2732
- "extendedDescription": "",
2733
- "group": "general",
2741
+ "description": "show the diff between the components' source files and config",
2742
+ "extendedDescription": "bit diff => compare all modified components to their model version\nbit diff [ids...] => compare the specified components against their modified states\nbit diff [id] [version] => compare the specified version to used or modified files\nbit diff [id] [version] [to_version] => compare the specified version files to to_version files\nyou can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
2743
+ "group": "development",
2734
2744
  "private": false
2735
2745
  },
2736
2746
  {
@@ -2793,26 +2803,6 @@
2793
2803
  "group": "development",
2794
2804
  "private": false
2795
2805
  },
2796
- {
2797
- "name": "diff [values...]",
2798
- "alias": "",
2799
- "options": [
2800
- [
2801
- "v",
2802
- "verbose",
2803
- "show a more verbose output when possible"
2804
- ],
2805
- [
2806
- "t",
2807
- "table",
2808
- "show tables instead of plain text for dependencies diff"
2809
- ]
2810
- ],
2811
- "description": "show the diff between the components' source files and config",
2812
- "extendedDescription": "bit diff => compare all modified components to their model version\nbit diff [ids...] => compare the specified components against their modified states\nbit diff [id] [version] => compare the specified version to used or modified files\nbit diff [id] [version] [to_version] => compare the specified version files to to_version files\nyou can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
2813
- "group": "development",
2814
- "private": false
2815
- },
2816
2806
  {
2817
2807
  "name": "lane [lane-name]",
2818
2808
  "alias": "l",
@@ -3301,6 +3291,21 @@
3301
3291
  }
3302
3292
  ]
3303
3293
  },
3294
+ {
3295
+ "name": "server",
3296
+ "alias": "",
3297
+ "options": [
3298
+ [
3299
+ "p",
3300
+ "port [port]",
3301
+ "port to run the server on"
3302
+ ]
3303
+ ],
3304
+ "description": "EXPERIMENTAL. communicate with bit cli program via http requests",
3305
+ "extendedDescription": "",
3306
+ "group": "general",
3307
+ "private": false
3308
+ },
3304
3309
  {
3305
3310
  "name": "_merge-lane <from-lane> [to-lane]",
3306
3311
  "alias": "",
package/cli-reference.mdx CHANGED
@@ -34,6 +34,7 @@ Learn the recommended workflow for tracking directories as components, in the li
34
34
  | `--override <boolean>` | `-o` | override existing component if exists (default = false) |
35
35
  | `--scope <string>` | `-s` | sets the component's scope-name. if not entered, the default-scope will be used |
36
36
  | `--env <string>` | `-e` | set the component's environment. (overrides the env from variants if exists) |
37
+ | `--json` | `-j` | output as json format |
37
38
 
38
39
  ---
39
40
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.1.86'
2
+ description: 'Bit command synopses. Bit version: 0.1.88'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1324,6 +1324,11 @@
1324
1324
  "e",
1325
1325
  "env <string>",
1326
1326
  "set the component's environment. (overrides the env from variants if exists)"
1327
+ ],
1328
+ [
1329
+ "j",
1330
+ "json",
1331
+ "output as json format"
1327
1332
  ]
1328
1333
  ],
1329
1334
  "description": "Add any subset of files to be tracked as a component(s).",
@@ -2719,18 +2724,23 @@
2719
2724
  ]
2720
2725
  },
2721
2726
  {
2722
- "name": "server",
2727
+ "name": "diff [values...]",
2723
2728
  "alias": "",
2724
2729
  "options": [
2725
2730
  [
2726
- "p",
2727
- "port [port]",
2728
- "port to run the server on"
2731
+ "v",
2732
+ "verbose",
2733
+ "show a more verbose output when possible"
2734
+ ],
2735
+ [
2736
+ "t",
2737
+ "table",
2738
+ "show tables instead of plain text for dependencies diff"
2729
2739
  ]
2730
2740
  ],
2731
- "description": "EXPERIMENTAL. communicate with bit cli program via http requests",
2732
- "extendedDescription": "",
2733
- "group": "general",
2741
+ "description": "show the diff between the components' source files and config",
2742
+ "extendedDescription": "bit diff => compare all modified components to their model version\nbit diff [ids...] => compare the specified components against their modified states\nbit diff [id] [version] => compare the specified version to used or modified files\nbit diff [id] [version] [to_version] => compare the specified version files to to_version files\nyou can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
2743
+ "group": "development",
2734
2744
  "private": false
2735
2745
  },
2736
2746
  {
@@ -2793,26 +2803,6 @@
2793
2803
  "group": "development",
2794
2804
  "private": false
2795
2805
  },
2796
- {
2797
- "name": "diff [values...]",
2798
- "alias": "",
2799
- "options": [
2800
- [
2801
- "v",
2802
- "verbose",
2803
- "show a more verbose output when possible"
2804
- ],
2805
- [
2806
- "t",
2807
- "table",
2808
- "show tables instead of plain text for dependencies diff"
2809
- ]
2810
- ],
2811
- "description": "show the diff between the components' source files and config",
2812
- "extendedDescription": "bit diff => compare all modified components to their model version\nbit diff [ids...] => compare the specified components against their modified states\nbit diff [id] [version] => compare the specified version to used or modified files\nbit diff [id] [version] [to_version] => compare the specified version files to to_version files\nyou can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
2813
- "group": "development",
2814
- "private": false
2815
- },
2816
2806
  {
2817
2807
  "name": "lane [lane-name]",
2818
2808
  "alias": "l",
@@ -3301,6 +3291,21 @@
3301
3291
  }
3302
3292
  ]
3303
3293
  },
3294
+ {
3295
+ "name": "server",
3296
+ "alias": "",
3297
+ "options": [
3298
+ [
3299
+ "p",
3300
+ "port [port]",
3301
+ "port to run the server on"
3302
+ ]
3303
+ ],
3304
+ "description": "EXPERIMENTAL. communicate with bit cli program via http requests",
3305
+ "extendedDescription": "",
3306
+ "group": "general",
3307
+ "private": false
3308
+ },
3304
3309
  {
3305
3310
  "name": "_merge-lane <from-lane> [to-lane]",
3306
3311
  "alias": "",
@@ -158,7 +158,22 @@ function MDXContent(_ref) {
158
158
  }, "-e")), (0, _react2.mdx)("td", {
159
159
  parentName: "tr",
160
160
  "align": null
161
- }, "set the component's environment. (overrides the env from variants if exists)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "app"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
161
+ }, "set the component's environment. (overrides the env from variants if exists)")), (0, _react2.mdx)("tr", {
162
+ parentName: "tbody"
163
+ }, (0, _react2.mdx)("td", {
164
+ parentName: "tr",
165
+ "align": null
166
+ }, (0, _react2.mdx)("inlineCode", {
167
+ parentName: "td"
168
+ }, "--json")), (0, _react2.mdx)("td", {
169
+ parentName: "tr",
170
+ "align": "center"
171
+ }, (0, _react2.mdx)("inlineCode", {
172
+ parentName: "td"
173
+ }, "-j")), (0, _react2.mdx)("td", {
174
+ parentName: "tr",
175
+ "align": null
176
+ }, "output as json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "app"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
162
177
  parentName: "p"
163
178
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
164
179
  parentName: "p"