@teambit/harmony.content.cli-reference 2.0.46 → 2.0.48
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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +4 -4
- package/cli-reference.mdx +3 -3
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +4 -4
- package/dist/cli-reference.mdx.js +3 -3
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1698930721010.js → preview-1699364645970.js} +2 -2
- package/package.json +3 -3
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1352,7 +1352,7 @@
|
|
|
1352
1352
|
"json format"
|
|
1353
1353
|
]
|
|
1354
1354
|
],
|
|
1355
|
-
"description": "
|
|
1355
|
+
"description": "write config files in the workspace. useful for IDEs",
|
|
1356
1356
|
"extendedDescription": "",
|
|
1357
1357
|
"group": "development",
|
|
1358
1358
|
"private": false
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"json format"
|
|
1383
1383
|
]
|
|
1384
1384
|
],
|
|
1385
|
-
"description": "
|
|
1385
|
+
"description": "clean (delete) written config files in the workspace. useful for IDEs",
|
|
1386
1386
|
"extendedDescription": "",
|
|
1387
1387
|
"group": "development",
|
|
1388
1388
|
"private": false
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"json format"
|
|
1398
1398
|
]
|
|
1399
1399
|
],
|
|
1400
|
-
"description": "
|
|
1400
|
+
"description": "list config writers",
|
|
1401
1401
|
"extendedDescription": "",
|
|
1402
1402
|
"group": "development",
|
|
1403
1403
|
"private": false
|
|
@@ -2886,7 +2886,7 @@
|
|
|
2886
2886
|
]
|
|
2887
2887
|
],
|
|
2888
2888
|
"description": "snap components from a bare-scope",
|
|
2889
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the snap.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester@1.0.0]\n aspects?: Record<string,any> // e.g. { \"teambit.react/react\": {}, \"teambit.envs/envs\": { \"env\": \"teambit.react/react\" } }\n message?: string; // tag-message.\n files?: Array<{path: string, content: string}>; // replace content of specified source-files
|
|
2889
|
+
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the snap.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester@1.0.0]\n aspects?: Record<string,any> // e.g. { \"teambit.react/react\": {}, \"teambit.envs/envs\": { \"env\": \"teambit.react/react\" } }\n message?: string; // tag-message.\n files?: Array<{path: string, content: string}>; // replace content of specified source-files. the content is base64 encoded.\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"message\": \"first snap\"}]'\n",
|
|
2890
2890
|
"group": "ungrouped",
|
|
2891
2891
|
"private": true
|
|
2892
2892
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -2007,7 +2007,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
|
|
|
2007
2007
|
|
|
2008
2008
|
**Usage**: `ws-config write`
|
|
2009
2009
|
|
|
2010
|
-
**Description**:
|
|
2010
|
+
**Description**: write config files in the workspace. useful for IDEs
|
|
2011
2011
|
|
|
2012
2012
|
| **Option** | **Option alias** | **Description** |
|
|
2013
2013
|
| ------------------------ | :--------------: | ---------------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -2024,7 +2024,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
|
|
|
2024
2024
|
|
|
2025
2025
|
**Usage**: `ws-config clean`
|
|
2026
2026
|
|
|
2027
|
-
**Description**:
|
|
2027
|
+
**Description**: clean (delete) written config files in the workspace. useful for IDEs
|
|
2028
2028
|
|
|
2029
2029
|
| **Option** | **Option alias** | **Description** |
|
|
2030
2030
|
| --------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -2037,7 +2037,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
|
|
|
2037
2037
|
|
|
2038
2038
|
**Usage**: `ws-config list`
|
|
2039
2039
|
|
|
2040
|
-
**Description**:
|
|
2040
|
+
**Description**: list config writers
|
|
2041
2041
|
|
|
2042
2042
|
| **Option** | **Option alias** | **Description** |
|
|
2043
2043
|
| ---------- | :--------------: | --------------- |
|
package/dist/cli-reference.json
CHANGED
|
@@ -1352,7 +1352,7 @@
|
|
|
1352
1352
|
"json format"
|
|
1353
1353
|
]
|
|
1354
1354
|
],
|
|
1355
|
-
"description": "
|
|
1355
|
+
"description": "write config files in the workspace. useful for IDEs",
|
|
1356
1356
|
"extendedDescription": "",
|
|
1357
1357
|
"group": "development",
|
|
1358
1358
|
"private": false
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"json format"
|
|
1383
1383
|
]
|
|
1384
1384
|
],
|
|
1385
|
-
"description": "
|
|
1385
|
+
"description": "clean (delete) written config files in the workspace. useful for IDEs",
|
|
1386
1386
|
"extendedDescription": "",
|
|
1387
1387
|
"group": "development",
|
|
1388
1388
|
"private": false
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"json format"
|
|
1398
1398
|
]
|
|
1399
1399
|
],
|
|
1400
|
-
"description": "
|
|
1400
|
+
"description": "list config writers",
|
|
1401
1401
|
"extendedDescription": "",
|
|
1402
1402
|
"group": "development",
|
|
1403
1403
|
"private": false
|
|
@@ -2886,7 +2886,7 @@
|
|
|
2886
2886
|
]
|
|
2887
2887
|
],
|
|
2888
2888
|
"description": "snap components from a bare-scope",
|
|
2889
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the snap.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester@1.0.0]\n aspects?: Record<string,any> // e.g. { \"teambit.react/react\": {}, \"teambit.envs/envs\": { \"env\": \"teambit.react/react\" } }\n message?: string; // tag-message.\n files?: Array<{path: string, content: string}>; // replace content of specified source-files
|
|
2889
|
+
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the snap.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester@1.0.0]\n aspects?: Record<string,any> // e.g. { \"teambit.react/react\": {}, \"teambit.envs/envs\": { \"env\": \"teambit.react/react\" } }\n message?: string; // tag-message.\n files?: Array<{path: string, content: string}>; // replace content of specified source-files. the content is base64 encoded.\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"message\": \"first snap\"}]'\n",
|
|
2890
2890
|
"group": "ungrouped",
|
|
2891
2891
|
"private": true
|
|
2892
2892
|
},
|
|
@@ -10173,7 +10173,7 @@ function MDXContent(_ref) {
|
|
|
10173
10173
|
parentName: "p"
|
|
10174
10174
|
}, "ws-config write")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10175
10175
|
parentName: "p"
|
|
10176
|
-
}, "Description"), ":
|
|
10176
|
+
}, "Description"), ": write config files in the workspace. useful for IDEs"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
10177
10177
|
parentName: "table"
|
|
10178
10178
|
}, (0, _react2.mdx)("tr", {
|
|
10179
10179
|
parentName: "thead"
|
|
@@ -10314,7 +10314,7 @@ function MDXContent(_ref) {
|
|
|
10314
10314
|
parentName: "p"
|
|
10315
10315
|
}, "ws-config clean")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10316
10316
|
parentName: "p"
|
|
10317
|
-
}, "Description"), ":
|
|
10317
|
+
}, "Description"), ": clean (delete) written config files in the workspace. useful for IDEs"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
10318
10318
|
parentName: "table"
|
|
10319
10319
|
}, (0, _react2.mdx)("tr", {
|
|
10320
10320
|
parentName: "thead"
|
|
@@ -10399,7 +10399,7 @@ function MDXContent(_ref) {
|
|
|
10399
10399
|
parentName: "p"
|
|
10400
10400
|
}, "ws-config list")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10401
10401
|
parentName: "p"
|
|
10402
|
-
}, "Description"), ":
|
|
10402
|
+
}, "Description"), ": list config writers"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
10403
10403
|
parentName: "table"
|
|
10404
10404
|
}, (0, _react2.mdx)("tr", {
|
|
10405
10405
|
parentName: "thead"
|