@teambit/harmony.content.cli-reference 1.95.31 → 1.95.32

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.
@@ -65,52 +65,6 @@
65
65
  "private": false,
66
66
  "skipWorkspace": true
67
67
  },
68
- {
69
- "name": "list [remote-scope]",
70
- "alias": "ls",
71
- "options": [
72
- [
73
- "i",
74
- "ids",
75
- "show only component ids unformatted"
76
- ],
77
- [
78
- "s",
79
- "scope",
80
- "show only components stored in the local scope, including indirect dependencies"
81
- ],
82
- [
83
- "b",
84
- "bare",
85
- "DEPRECATED. use --raw instead"
86
- ],
87
- [
88
- "r",
89
- "raw",
90
- "show raw output (only components ids, no styling)"
91
- ],
92
- [
93
- "o",
94
- "outdated",
95
- "show latest versions from remotes"
96
- ],
97
- [
98
- "j",
99
- "json",
100
- "show the output in JSON format"
101
- ],
102
- [
103
- "n",
104
- "namespace <string>",
105
- "show only specified namespace by using wildcards"
106
- ]
107
- ],
108
- "description": "list components on a workspace, local scope or a remote scope.",
109
- "extendedDescription": "https://bit.dev/docs/reference/cli-reference#list",
110
- "group": "discover",
111
- "private": false,
112
- "skipWorkspace": true
113
- },
114
68
  {
115
69
  "name": "config",
116
70
  "alias": "",
@@ -1048,21 +1002,6 @@
1048
1002
  }
1049
1003
  ]
1050
1004
  },
1051
- {
1052
- "name": "globals",
1053
- "alias": "",
1054
- "options": [
1055
- [
1056
- "j",
1057
- "json",
1058
- "json format"
1059
- ]
1060
- ],
1061
- "description": "list all globals",
1062
- "extendedDescription": "",
1063
- "group": "workspace",
1064
- "private": false
1065
- },
1066
1005
  {
1067
1006
  "name": "envs",
1068
1007
  "alias": "env",
@@ -1163,6 +1102,21 @@
1163
1102
  }
1164
1103
  ]
1165
1104
  },
1105
+ {
1106
+ "name": "globals",
1107
+ "alias": "",
1108
+ "options": [
1109
+ [
1110
+ "j",
1111
+ "json",
1112
+ "json format"
1113
+ ]
1114
+ ],
1115
+ "description": "list all globals",
1116
+ "extendedDescription": "",
1117
+ "group": "workspace",
1118
+ "private": false
1119
+ },
1166
1120
  {
1167
1121
  "name": "start [type] [pattern]",
1168
1122
  "alias": "c",
@@ -1528,6 +1482,43 @@
1528
1482
  "group": "development",
1529
1483
  "private": false
1530
1484
  },
1485
+ {
1486
+ "name": "list [remote-scope]",
1487
+ "alias": "ls",
1488
+ "options": [
1489
+ [
1490
+ "i",
1491
+ "ids",
1492
+ "show only component ids unformatted"
1493
+ ],
1494
+ [
1495
+ "s",
1496
+ "scope",
1497
+ "show only components stored in the local scope, including indirect dependencies"
1498
+ ],
1499
+ [
1500
+ "o",
1501
+ "outdated",
1502
+ "show latest versions from remotes"
1503
+ ],
1504
+ [
1505
+ "j",
1506
+ "json",
1507
+ "show the output in JSON format"
1508
+ ],
1509
+ [
1510
+ "n",
1511
+ "namespace <string>",
1512
+ "show only specified namespace by using wildcards"
1513
+ ]
1514
+ ],
1515
+ "description": "list components on a workspace, local scope or a remote scope.",
1516
+ "extendedDescription": "https://bit.dev/docs/reference/cli-reference#list",
1517
+ "group": "discover",
1518
+ "private": false,
1519
+ "remoteOp": true,
1520
+ "skipWorkspace": true
1521
+ },
1531
1522
  {
1532
1523
  "name": "import [component-ids...]",
1533
1524
  "alias": "",
package/cli-reference.mdx CHANGED
@@ -752,8 +752,6 @@ https://bit.dev/docs/reference/cli-reference#list
752
752
  | ---------------------- | :--------------: | ------------------------------------------------------------------------------- |
753
753
  | `--ids` | `-i` | show only component ids unformatted |
754
754
  | `--scope` | `-s` | show only components stored in the local scope, including indirect dependencies |
755
- | `--bare` | `-b` | DEPRECATED. use --raw instead |
756
- | `--raw` | `-r` | show raw output (only components ids, no styling) |
757
755
  | `--outdated` | `-o` | show latest versions from remotes |
758
756
  | `--json` | `-j` | show the output in JSON format |
759
757
  | `--namespace <string>` | `-n` | show only specified namespace by using wildcards |
@@ -65,52 +65,6 @@
65
65
  "private": false,
66
66
  "skipWorkspace": true
67
67
  },
68
- {
69
- "name": "list [remote-scope]",
70
- "alias": "ls",
71
- "options": [
72
- [
73
- "i",
74
- "ids",
75
- "show only component ids unformatted"
76
- ],
77
- [
78
- "s",
79
- "scope",
80
- "show only components stored in the local scope, including indirect dependencies"
81
- ],
82
- [
83
- "b",
84
- "bare",
85
- "DEPRECATED. use --raw instead"
86
- ],
87
- [
88
- "r",
89
- "raw",
90
- "show raw output (only components ids, no styling)"
91
- ],
92
- [
93
- "o",
94
- "outdated",
95
- "show latest versions from remotes"
96
- ],
97
- [
98
- "j",
99
- "json",
100
- "show the output in JSON format"
101
- ],
102
- [
103
- "n",
104
- "namespace <string>",
105
- "show only specified namespace by using wildcards"
106
- ]
107
- ],
108
- "description": "list components on a workspace, local scope or a remote scope.",
109
- "extendedDescription": "https://bit.dev/docs/reference/cli-reference#list",
110
- "group": "discover",
111
- "private": false,
112
- "skipWorkspace": true
113
- },
114
68
  {
115
69
  "name": "config",
116
70
  "alias": "",
@@ -1048,21 +1002,6 @@
1048
1002
  }
1049
1003
  ]
1050
1004
  },
1051
- {
1052
- "name": "globals",
1053
- "alias": "",
1054
- "options": [
1055
- [
1056
- "j",
1057
- "json",
1058
- "json format"
1059
- ]
1060
- ],
1061
- "description": "list all globals",
1062
- "extendedDescription": "",
1063
- "group": "workspace",
1064
- "private": false
1065
- },
1066
1005
  {
1067
1006
  "name": "envs",
1068
1007
  "alias": "env",
@@ -1163,6 +1102,21 @@
1163
1102
  }
1164
1103
  ]
1165
1104
  },
1105
+ {
1106
+ "name": "globals",
1107
+ "alias": "",
1108
+ "options": [
1109
+ [
1110
+ "j",
1111
+ "json",
1112
+ "json format"
1113
+ ]
1114
+ ],
1115
+ "description": "list all globals",
1116
+ "extendedDescription": "",
1117
+ "group": "workspace",
1118
+ "private": false
1119
+ },
1166
1120
  {
1167
1121
  "name": "start [type] [pattern]",
1168
1122
  "alias": "c",
@@ -1528,6 +1482,43 @@
1528
1482
  "group": "development",
1529
1483
  "private": false
1530
1484
  },
1485
+ {
1486
+ "name": "list [remote-scope]",
1487
+ "alias": "ls",
1488
+ "options": [
1489
+ [
1490
+ "i",
1491
+ "ids",
1492
+ "show only component ids unformatted"
1493
+ ],
1494
+ [
1495
+ "s",
1496
+ "scope",
1497
+ "show only components stored in the local scope, including indirect dependencies"
1498
+ ],
1499
+ [
1500
+ "o",
1501
+ "outdated",
1502
+ "show latest versions from remotes"
1503
+ ],
1504
+ [
1505
+ "j",
1506
+ "json",
1507
+ "show the output in JSON format"
1508
+ ],
1509
+ [
1510
+ "n",
1511
+ "namespace <string>",
1512
+ "show only specified namespace by using wildcards"
1513
+ ]
1514
+ ],
1515
+ "description": "list components on a workspace, local scope or a remote scope.",
1516
+ "extendedDescription": "https://bit.dev/docs/reference/cli-reference#list",
1517
+ "group": "discover",
1518
+ "private": false,
1519
+ "remoteOp": true,
1520
+ "skipWorkspace": true
1521
+ },
1531
1522
  {
1532
1523
  "name": "import [component-ids...]",
1533
1524
  "alias": "",
@@ -3403,36 +3403,6 @@ function MDXContent(_ref) {
3403
3403
  "align": null
3404
3404
  }, (0, _react2.mdx)("inlineCode", {
3405
3405
  parentName: "td"
3406
- }, "--bare")), (0, _react2.mdx)("td", {
3407
- parentName: "tr",
3408
- "align": "center"
3409
- }, (0, _react2.mdx)("inlineCode", {
3410
- parentName: "td"
3411
- }, "-b")), (0, _react2.mdx)("td", {
3412
- parentName: "tr",
3413
- "align": null
3414
- }, "DEPRECATED. use --raw instead")), (0, _react2.mdx)("tr", {
3415
- parentName: "tbody"
3416
- }, (0, _react2.mdx)("td", {
3417
- parentName: "tr",
3418
- "align": null
3419
- }, (0, _react2.mdx)("inlineCode", {
3420
- parentName: "td"
3421
- }, "--raw")), (0, _react2.mdx)("td", {
3422
- parentName: "tr",
3423
- "align": "center"
3424
- }, (0, _react2.mdx)("inlineCode", {
3425
- parentName: "td"
3426
- }, "-r")), (0, _react2.mdx)("td", {
3427
- parentName: "tr",
3428
- "align": null
3429
- }, "show raw output (only components ids, no styling)")), (0, _react2.mdx)("tr", {
3430
- parentName: "tbody"
3431
- }, (0, _react2.mdx)("td", {
3432
- parentName: "tr",
3433
- "align": null
3434
- }, (0, _react2.mdx)("inlineCode", {
3435
- parentName: "td"
3436
3406
  }, "--outdated")), (0, _react2.mdx)("td", {
3437
3407
  parentName: "tr",
3438
3408
  "align": "center"