@teambit/harmony.content.cli-reference 1.95.90 → 1.95.94
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.json +55 -5
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.json +55 -5
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.94.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1668606008821.js → preview-1669001143838.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.90.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1796,6 +1796,11 @@
|
|
|
1796
1796
|
"skip-import [skipImport]",
|
|
1797
1797
|
"do not import bit objects post installation"
|
|
1798
1798
|
],
|
|
1799
|
+
[
|
|
1800
|
+
"",
|
|
1801
|
+
"skip-compile [skipCompile]",
|
|
1802
|
+
"do not compile components"
|
|
1803
|
+
],
|
|
1799
1804
|
[
|
|
1800
1805
|
"",
|
|
1801
1806
|
"add-missing-peers [addMissingPeers]",
|
|
@@ -2071,9 +2076,9 @@
|
|
|
2071
2076
|
"EXPERIMENTAL. complete a merge process by snapping the unmerged components"
|
|
2072
2077
|
],
|
|
2073
2078
|
[
|
|
2074
|
-
"",
|
|
2079
|
+
"b",
|
|
2075
2080
|
"build",
|
|
2076
|
-
"
|
|
2081
|
+
"EXPERIMENTAL. not needed for now. run the build pipeline in case the feature-flag build-on-ci is enabled"
|
|
2077
2082
|
],
|
|
2078
2083
|
[
|
|
2079
2084
|
"",
|
|
@@ -2093,7 +2098,7 @@
|
|
|
2093
2098
|
[
|
|
2094
2099
|
"",
|
|
2095
2100
|
"force-deploy",
|
|
2096
|
-
"
|
|
2101
|
+
"run the deploy pipeline although the build failed"
|
|
2097
2102
|
],
|
|
2098
2103
|
[
|
|
2099
2104
|
"i",
|
|
@@ -2242,12 +2247,57 @@
|
|
|
2242
2247
|
"ignore existing of newer versions (default = false)"
|
|
2243
2248
|
]
|
|
2244
2249
|
],
|
|
2245
|
-
"description": "
|
|
2246
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\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
|
|
2250
|
+
"description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
|
|
2251
|
+
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\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 versionToTag?: string; // specific version (e.g. '1.0.0') or semver (e.g. 'minor', 'patch')\n prereleaseId?: string; // applicable when versionToTag is a pre-release. (e.g. \"dev\", for 1.0.0-dev.1)\n message?: string; // tag-message.\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"dependencies\":[\"ci.remote/comp1@0.0.2\"]}]'\n",
|
|
2247
2252
|
"group": "development",
|
|
2248
2253
|
"private": true,
|
|
2249
2254
|
"remoteOp": true
|
|
2250
2255
|
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "_snap <data>",
|
|
2258
|
+
"alias": "",
|
|
2259
|
+
"options": [
|
|
2260
|
+
[
|
|
2261
|
+
"",
|
|
2262
|
+
"push",
|
|
2263
|
+
"export the updated objects to the original scopes once done"
|
|
2264
|
+
],
|
|
2265
|
+
[
|
|
2266
|
+
"m",
|
|
2267
|
+
"message <message>",
|
|
2268
|
+
"log message describing the latest changes"
|
|
2269
|
+
],
|
|
2270
|
+
[
|
|
2271
|
+
"",
|
|
2272
|
+
"build",
|
|
2273
|
+
"run the build pipeline"
|
|
2274
|
+
],
|
|
2275
|
+
[
|
|
2276
|
+
"",
|
|
2277
|
+
"skip-tests",
|
|
2278
|
+
"skip running component tests during snap process"
|
|
2279
|
+
],
|
|
2280
|
+
[
|
|
2281
|
+
"",
|
|
2282
|
+
"disable-snap-pipeline",
|
|
2283
|
+
"skip the snap pipeline"
|
|
2284
|
+
],
|
|
2285
|
+
[
|
|
2286
|
+
"",
|
|
2287
|
+
"force-deploy",
|
|
2288
|
+
"run the deploy pipeline although the build failed"
|
|
2289
|
+
],
|
|
2290
|
+
[
|
|
2291
|
+
"i",
|
|
2292
|
+
"ignore-issues [issues]",
|
|
2293
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2294
|
+
]
|
|
2295
|
+
],
|
|
2296
|
+
"description": "snap components from a bare-scope",
|
|
2297
|
+
"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}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"message\": \"first snap\"}]'\n",
|
|
2298
|
+
"group": "ungrouped",
|
|
2299
|
+
"private": true
|
|
2300
|
+
},
|
|
2251
2301
|
{
|
|
2252
2302
|
"name": "merge [values...]",
|
|
2253
2303
|
"alias": "",
|
package/cli-reference.mdx
CHANGED
|
@@ -719,6 +719,7 @@ when no package is specified, all workspace dependencies are installed and all w
|
|
|
719
719
|
| `--save-prefix [savePrefix]` | | set the prefix to use when adding dependency to workspace.jsonc |
|
|
720
720
|
| `--skip-dedupe [skipDedupe]` | | do not dedupe dependencies on installation |
|
|
721
721
|
| `--skip-import [skipImport]` | | do not import bit objects post installation |
|
|
722
|
+
| `--skip-compile [skipCompile]` | | do not compile components |
|
|
722
723
|
| `--add-missing-peers [addMissingPeers]` | | install all missing peer dependencies |
|
|
723
724
|
|
|
724
725
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -1796,6 +1796,11 @@
|
|
|
1796
1796
|
"skip-import [skipImport]",
|
|
1797
1797
|
"do not import bit objects post installation"
|
|
1798
1798
|
],
|
|
1799
|
+
[
|
|
1800
|
+
"",
|
|
1801
|
+
"skip-compile [skipCompile]",
|
|
1802
|
+
"do not compile components"
|
|
1803
|
+
],
|
|
1799
1804
|
[
|
|
1800
1805
|
"",
|
|
1801
1806
|
"add-missing-peers [addMissingPeers]",
|
|
@@ -2071,9 +2076,9 @@
|
|
|
2071
2076
|
"EXPERIMENTAL. complete a merge process by snapping the unmerged components"
|
|
2072
2077
|
],
|
|
2073
2078
|
[
|
|
2074
|
-
"",
|
|
2079
|
+
"b",
|
|
2075
2080
|
"build",
|
|
2076
|
-
"
|
|
2081
|
+
"EXPERIMENTAL. not needed for now. run the build pipeline in case the feature-flag build-on-ci is enabled"
|
|
2077
2082
|
],
|
|
2078
2083
|
[
|
|
2079
2084
|
"",
|
|
@@ -2093,7 +2098,7 @@
|
|
|
2093
2098
|
[
|
|
2094
2099
|
"",
|
|
2095
2100
|
"force-deploy",
|
|
2096
|
-
"
|
|
2101
|
+
"run the deploy pipeline although the build failed"
|
|
2097
2102
|
],
|
|
2098
2103
|
[
|
|
2099
2104
|
"i",
|
|
@@ -2242,12 +2247,57 @@
|
|
|
2242
2247
|
"ignore existing of newer versions (default = false)"
|
|
2243
2248
|
]
|
|
2244
2249
|
],
|
|
2245
|
-
"description": "
|
|
2246
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\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
|
|
2250
|
+
"description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
|
|
2251
|
+
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\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 versionToTag?: string; // specific version (e.g. '1.0.0') or semver (e.g. 'minor', 'patch')\n prereleaseId?: string; // applicable when versionToTag is a pre-release. (e.g. \"dev\", for 1.0.0-dev.1)\n message?: string; // tag-message.\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"dependencies\":[\"ci.remote/comp1@0.0.2\"]}]'\n",
|
|
2247
2252
|
"group": "development",
|
|
2248
2253
|
"private": true,
|
|
2249
2254
|
"remoteOp": true
|
|
2250
2255
|
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "_snap <data>",
|
|
2258
|
+
"alias": "",
|
|
2259
|
+
"options": [
|
|
2260
|
+
[
|
|
2261
|
+
"",
|
|
2262
|
+
"push",
|
|
2263
|
+
"export the updated objects to the original scopes once done"
|
|
2264
|
+
],
|
|
2265
|
+
[
|
|
2266
|
+
"m",
|
|
2267
|
+
"message <message>",
|
|
2268
|
+
"log message describing the latest changes"
|
|
2269
|
+
],
|
|
2270
|
+
[
|
|
2271
|
+
"",
|
|
2272
|
+
"build",
|
|
2273
|
+
"run the build pipeline"
|
|
2274
|
+
],
|
|
2275
|
+
[
|
|
2276
|
+
"",
|
|
2277
|
+
"skip-tests",
|
|
2278
|
+
"skip running component tests during snap process"
|
|
2279
|
+
],
|
|
2280
|
+
[
|
|
2281
|
+
"",
|
|
2282
|
+
"disable-snap-pipeline",
|
|
2283
|
+
"skip the snap pipeline"
|
|
2284
|
+
],
|
|
2285
|
+
[
|
|
2286
|
+
"",
|
|
2287
|
+
"force-deploy",
|
|
2288
|
+
"run the deploy pipeline although the build failed"
|
|
2289
|
+
],
|
|
2290
|
+
[
|
|
2291
|
+
"i",
|
|
2292
|
+
"ignore-issues [issues]",
|
|
2293
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2294
|
+
]
|
|
2295
|
+
],
|
|
2296
|
+
"description": "snap components from a bare-scope",
|
|
2297
|
+
"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}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"message\": \"first snap\"}]'\n",
|
|
2298
|
+
"group": "ungrouped",
|
|
2299
|
+
"private": true
|
|
2300
|
+
},
|
|
2251
2301
|
{
|
|
2252
2302
|
"name": "merge [values...]",
|
|
2253
2303
|
"alias": "",
|
|
@@ -3229,6 +3229,19 @@ function MDXContent(_ref) {
|
|
|
3229
3229
|
"align": null
|
|
3230
3230
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3231
3231
|
parentName: "td"
|
|
3232
|
+
}, "--skip-compile [skipCompile]")), (0, _react2.mdx)("td", {
|
|
3233
|
+
parentName: "tr",
|
|
3234
|
+
"align": "center"
|
|
3235
|
+
}), (0, _react2.mdx)("td", {
|
|
3236
|
+
parentName: "tr",
|
|
3237
|
+
"align": null
|
|
3238
|
+
}, "do not compile components")), (0, _react2.mdx)("tr", {
|
|
3239
|
+
parentName: "tbody"
|
|
3240
|
+
}, (0, _react2.mdx)("td", {
|
|
3241
|
+
parentName: "tr",
|
|
3242
|
+
"align": null
|
|
3243
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3244
|
+
parentName: "td"
|
|
3232
3245
|
}, "--add-missing-peers [addMissingPeers]")), (0, _react2.mdx)("td", {
|
|
3233
3246
|
parentName: "tr",
|
|
3234
3247
|
"align": "center"
|