@teambit/harmony.content.cli-reference 2.0.505 → 2.0.506

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: 1.9.18'
2
+ description: 'Bit command synopses. Bit version: 1.9.19'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -3136,7 +3136,7 @@
3136
3136
  [
3137
3137
  "I",
3138
3138
  "ignore-newest-version",
3139
- "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)"
3139
+ "allow tagging even when the component has newer versions e.g. for hotfixes."
3140
3140
  ],
3141
3141
  [
3142
3142
  "",
@@ -3147,6 +3147,11 @@
3147
3147
  "b",
3148
3148
  "build",
3149
3149
  "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
3150
+ ],
3151
+ [
3152
+ "",
3153
+ "detach-head",
3154
+ "UNSUPPORTED YET. in case a component is checked out to an older version, tag it without changing the head"
3150
3155
  ]
3151
3156
  ],
3152
3157
  "description": "create an immutable and exportable component snapshot, tagged with a release version.",
@@ -3235,6 +3240,11 @@
3235
3240
  "",
3236
3241
  "fail-fast",
3237
3242
  "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
3243
+ ],
3244
+ [
3245
+ "",
3246
+ "detach-head",
3247
+ "UNSUPPORTED YET. in case a component is checked out to an older version, snap it without changing the head"
3238
3248
  ]
3239
3249
  ],
3240
3250
  "description": "create an immutable and exportable component snapshot (non-release version)",
@@ -3312,6 +3322,11 @@
3312
3322
  "ignore-last-pkg-json",
3313
3323
  "ignore the package.json created by the last snap"
3314
3324
  ],
3325
+ [
3326
+ "",
3327
+ "override-head",
3328
+ "opposite of detach-head. in case a component is checked out to an older version, change head to the newly created version"
3329
+ ],
3315
3330
  [
3316
3331
  "m",
3317
3332
  "message <message>",
@@ -3395,7 +3410,7 @@
3395
3410
  [
3396
3411
  "I",
3397
3412
  "ignore-newest-version",
3398
- "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)"
3413
+ "allow tagging even when the component has newer versions e.g. for hotfixes."
3399
3414
  ],
3400
3415
  [
3401
3416
  "",
@@ -3406,6 +3421,11 @@
3406
3421
  "b",
3407
3422
  "build",
3408
3423
  "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
3424
+ ],
3425
+ [
3426
+ "",
3427
+ "detach-head",
3428
+ "UNSUPPORTED YET. in case a component is checked out to an older version, tag it without changing the head"
3409
3429
  ]
3410
3430
  ],
3411
3431
  "description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
@@ -4146,6 +4166,11 @@
4146
4166
  "",
4147
4167
  "exclude-non-lane-comps",
4148
4168
  "when merging main into a lane, exclude workspace components that are not on the lane (by default all workspace components are merged)"
4169
+ ],
4170
+ [
4171
+ "",
4172
+ "detach-head",
4173
+ "UNSUPPORTED YET. for each component, find the divergent point from main and merge to that point. do not change the head"
4149
4174
  ]
4150
4175
  ],
4151
4176
  "description": "merge a local or a remote lane to the current lane",
package/cli-reference.mdx CHANGED
@@ -1336,6 +1336,7 @@ this flag keeps the history of one end and saves a reference to the other end. t
1336
1336
  | `--resolve-unrelated [merge-strategy]` | | relevant when a component on a lane and the component on main have nothing in common. merge-strategy can be "ours" (default) or "theirs" |
1337
1337
  | `--include-non-lane-comps` | | DEPRECATED (this is now the default). when merging main, include workspace components that are not on the lane (by default only lane components are merged) |
1338
1338
  | `--exclude-non-lane-comps` | | when merging main into a lane, exclude workspace components that are not on the lane (by default all workspace components are merged) |
1339
+ | `--detach-head` | | UNSUPPORTED YET. for each component, find the divergent point from main and merge to that point. do not change the head |
1339
1340
 
1340
1341
  ### lane merge-abort
1341
1342
 
@@ -2005,6 +2006,7 @@ as a result of this change
2005
2006
  | `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
2006
2007
  | `--ignore-issues <issues>` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
2007
2008
  | `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
2009
+ | `--detach-head` | | UNSUPPORTED YET. in case a component is checked out to an older version, snap it without changing the head |
2008
2010
 
2009
2011
  ---
2010
2012
 
@@ -2153,9 +2155,10 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
2153
2155
  | `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
2154
2156
  | `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3. |
2155
2157
  | `--ignore-issues <issues>` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
2156
- | `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false) |
2158
+ | `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes. |
2157
2159
  | `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
2158
2160
  | `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the tag |
2161
+ | `--detach-head` | | UNSUPPORTED YET. in case a component is checked out to an older version, tag it without changing the head |
2159
2162
 
2160
2163
  ---
2161
2164
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.18'
2
+ description: 'Bit command synopses. Bit version: 1.9.19'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -3136,7 +3136,7 @@
3136
3136
  [
3137
3137
  "I",
3138
3138
  "ignore-newest-version",
3139
- "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)"
3139
+ "allow tagging even when the component has newer versions e.g. for hotfixes."
3140
3140
  ],
3141
3141
  [
3142
3142
  "",
@@ -3147,6 +3147,11 @@
3147
3147
  "b",
3148
3148
  "build",
3149
3149
  "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
3150
+ ],
3151
+ [
3152
+ "",
3153
+ "detach-head",
3154
+ "UNSUPPORTED YET. in case a component is checked out to an older version, tag it without changing the head"
3150
3155
  ]
3151
3156
  ],
3152
3157
  "description": "create an immutable and exportable component snapshot, tagged with a release version.",
@@ -3235,6 +3240,11 @@
3235
3240
  "",
3236
3241
  "fail-fast",
3237
3242
  "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
3243
+ ],
3244
+ [
3245
+ "",
3246
+ "detach-head",
3247
+ "UNSUPPORTED YET. in case a component is checked out to an older version, snap it without changing the head"
3238
3248
  ]
3239
3249
  ],
3240
3250
  "description": "create an immutable and exportable component snapshot (non-release version)",
@@ -3312,6 +3322,11 @@
3312
3322
  "ignore-last-pkg-json",
3313
3323
  "ignore the package.json created by the last snap"
3314
3324
  ],
3325
+ [
3326
+ "",
3327
+ "override-head",
3328
+ "opposite of detach-head. in case a component is checked out to an older version, change head to the newly created version"
3329
+ ],
3315
3330
  [
3316
3331
  "m",
3317
3332
  "message <message>",
@@ -3395,7 +3410,7 @@
3395
3410
  [
3396
3411
  "I",
3397
3412
  "ignore-newest-version",
3398
- "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)"
3413
+ "allow tagging even when the component has newer versions e.g. for hotfixes."
3399
3414
  ],
3400
3415
  [
3401
3416
  "",
@@ -3406,6 +3421,11 @@
3406
3421
  "b",
3407
3422
  "build",
3408
3423
  "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
3424
+ ],
3425
+ [
3426
+ "",
3427
+ "detach-head",
3428
+ "UNSUPPORTED YET. in case a component is checked out to an older version, tag it without changing the head"
3409
3429
  ]
3410
3430
  ],
3411
3431
  "description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
@@ -4146,6 +4166,11 @@
4146
4166
  "",
4147
4167
  "exclude-non-lane-comps",
4148
4168
  "when merging main into a lane, exclude workspace components that are not on the lane (by default all workspace components are merged)"
4169
+ ],
4170
+ [
4171
+ "",
4172
+ "detach-head",
4173
+ "UNSUPPORTED YET. for each component, find the divergent point from main and merge to that point. do not change the head"
4149
4174
  ]
4150
4175
  ],
4151
4176
  "description": "merge a local or a remote lane to the current lane",
@@ -7017,7 +7017,20 @@ function MDXContent(_ref) {
7017
7017
  }), (0, _react2.mdx)("td", {
7018
7018
  parentName: "tr",
7019
7019
  "align": null
7020
- }, "when merging main into a lane, exclude workspace components that are not on the lane (by default all workspace components are merged)")))), (0, _react2.mdx)("h3", null, "lane merge-abort"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
7020
+ }, "when merging main into a lane, exclude workspace components that are not on the lane (by default all workspace components are merged)")), (0, _react2.mdx)("tr", {
7021
+ parentName: "tbody"
7022
+ }, (0, _react2.mdx)("td", {
7023
+ parentName: "tr",
7024
+ "align": null
7025
+ }, (0, _react2.mdx)("inlineCode", {
7026
+ parentName: "td"
7027
+ }, "--detach-head")), (0, _react2.mdx)("td", {
7028
+ parentName: "tr",
7029
+ "align": "center"
7030
+ }), (0, _react2.mdx)("td", {
7031
+ parentName: "tr",
7032
+ "align": null
7033
+ }, "UNSUPPORTED YET. for each component, find the divergent point from main and merge to that point. do not change the head")))), (0, _react2.mdx)("h3", null, "lane merge-abort"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
7021
7034
  parentName: "p"
7022
7035
  }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
7023
7036
  parentName: "p"
@@ -10462,7 +10475,20 @@ function MDXContent(_ref) {
10462
10475
  }), (0, _react2.mdx)("td", {
10463
10476
  parentName: "tr",
10464
10477
  "align": null
10465
- }, "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "start"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10478
+ }, "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)")), (0, _react2.mdx)("tr", {
10479
+ parentName: "tbody"
10480
+ }, (0, _react2.mdx)("td", {
10481
+ parentName: "tr",
10482
+ "align": null
10483
+ }, (0, _react2.mdx)("inlineCode", {
10484
+ parentName: "td"
10485
+ }, "--detach-head")), (0, _react2.mdx)("td", {
10486
+ parentName: "tr",
10487
+ "align": "center"
10488
+ }), (0, _react2.mdx)("td", {
10489
+ parentName: "tr",
10490
+ "align": null
10491
+ }, "UNSUPPORTED YET. in case a component is checked out to an older version, snap it without changing the head")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "start"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10466
10492
  parentName: "p"
10467
10493
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
10468
10494
  parentName: "p"
@@ -11390,7 +11416,7 @@ function MDXContent(_ref) {
11390
11416
  }, "-I")), (0, _react2.mdx)("td", {
11391
11417
  parentName: "tr",
11392
11418
  "align": null
11393
- }, "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)")), (0, _react2.mdx)("tr", {
11419
+ }, "allow tagging even when the component has newer versions e.g. for hotfixes.")), (0, _react2.mdx)("tr", {
11394
11420
  parentName: "tbody"
11395
11421
  }, (0, _react2.mdx)("td", {
11396
11422
  parentName: "tr",
@@ -11418,7 +11444,20 @@ function MDXContent(_ref) {
11418
11444
  }, "-b")), (0, _react2.mdx)("td", {
11419
11445
  parentName: "tr",
11420
11446
  "align": null
11421
- }, "locally run the build pipeline (i.e. not via rippleCI) and complete the tag")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "templates"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
11447
+ }, "locally run the build pipeline (i.e. not via rippleCI) and complete the tag")), (0, _react2.mdx)("tr", {
11448
+ parentName: "tbody"
11449
+ }, (0, _react2.mdx)("td", {
11450
+ parentName: "tr",
11451
+ "align": null
11452
+ }, (0, _react2.mdx)("inlineCode", {
11453
+ parentName: "td"
11454
+ }, "--detach-head")), (0, _react2.mdx)("td", {
11455
+ parentName: "tr",
11456
+ "align": "center"
11457
+ }), (0, _react2.mdx)("td", {
11458
+ parentName: "tr",
11459
+ "align": null
11460
+ }, "UNSUPPORTED YET. in case a component is checked out to an older version, tag it without changing the head")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "templates"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
11422
11461
  parentName: "p"
11423
11462
  }, "Description"), ": list available templates for \"bit create\" and \"bit new\"", (0, _react2.mdx)("br", {
11424
11463
  parentName: "p"