@teambit/harmony.content.cli-reference 2.0.400 → 2.0.402

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.8.46'
2
+ description: 'Bit command synopses. Bit version: 1.8.48'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2899,11 +2899,6 @@
2899
2899
  "disable-tag-pipeline",
2900
2900
  "skip the tag pipeline to avoid publishing the components"
2901
2901
  ],
2902
- [
2903
- "",
2904
- "force-deploy",
2905
- "DEPRECATED. use --ignore-build-error instead"
2906
- ],
2907
2902
  [
2908
2903
  "",
2909
2904
  "ignore-build-errors",
@@ -3093,6 +3088,11 @@
3093
3088
  "push",
3094
3089
  "export the updated objects to the original scopes once done"
3095
3090
  ],
3091
+ [
3092
+ "",
3093
+ "rebuild-artifacts",
3094
+ "run the full build pipeline. do not use the saved artifacts from the last snap"
3095
+ ],
3096
3096
  [
3097
3097
  "m",
3098
3098
  "message <message>",
@@ -3140,18 +3140,23 @@
3140
3140
  ],
3141
3141
  [
3142
3142
  "",
3143
- "disable-tag-pipeline",
3144
- "skip the tag pipeline to avoid publishing the components"
3143
+ "skip-tasks <string>",
3144
+ "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
3145
3145
  ],
3146
3146
  [
3147
3147
  "",
3148
- "ignore-build-errors",
3149
- "run the tag pipeline although the build pipeline failed"
3148
+ "skip-auto-tag",
3149
+ "skip auto tagging dependents"
3150
3150
  ],
3151
3151
  [
3152
3152
  "",
3153
- "rebuild-artifacts",
3154
- "run the full build pipeline. do not use the saved artifacts from the last snap"
3153
+ "disable-tag-pipeline",
3154
+ "skip the tag pipeline to avoid publishing the components"
3155
+ ],
3156
+ [
3157
+ "",
3158
+ "ignore-build-errors",
3159
+ "proceed to tag pipeline even when build pipeline fails"
3155
3160
  ],
3156
3161
  [
3157
3162
  "",
@@ -3165,13 +3170,23 @@
3165
3170
  ],
3166
3171
  [
3167
3172
  "i",
3168
- "ignore-issues [issues]",
3173
+ "ignore-issues <issues>",
3169
3174
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
3170
3175
  ],
3171
3176
  [
3172
3177
  "I",
3173
3178
  "ignore-newest-version",
3174
- "ignore existing of newer versions (default = false)"
3179
+ "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)"
3180
+ ],
3181
+ [
3182
+ "",
3183
+ "fail-fast",
3184
+ "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
3185
+ ],
3186
+ [
3187
+ "b",
3188
+ "build",
3189
+ "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
3175
3190
  ]
3176
3191
  ],
3177
3192
  "description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
@@ -3214,11 +3229,6 @@
3214
3229
  "disable-snap-pipeline",
3215
3230
  "skip the snap pipeline"
3216
3231
  ],
3217
- [
3218
- "",
3219
- "force-deploy",
3220
- "DEPRECATED. use --ignore-build-error instead"
3221
- ],
3222
3232
  [
3223
3233
  "",
3224
3234
  "ignore-build-errors",
@@ -4079,6 +4089,63 @@
4079
4089
  }
4080
4090
  ]
4081
4091
  },
4092
+ {
4093
+ "name": "history [lane-name]",
4094
+ "alias": "",
4095
+ "options": [
4096
+ [
4097
+ "",
4098
+ "id <string>",
4099
+ "show a specific history item"
4100
+ ]
4101
+ ],
4102
+ "description": "EXPERIMENTAL. show lane history, default to the current lane",
4103
+ "extendedDescription": "",
4104
+ "group": "ungrouped",
4105
+ "private": false
4106
+ },
4107
+ {
4108
+ "name": "checkout <history-id>",
4109
+ "alias": "",
4110
+ "options": [
4111
+ [
4112
+ "x",
4113
+ "skip-dependency-installation",
4114
+ "do not install dependencies of the checked out components"
4115
+ ]
4116
+ ],
4117
+ "description": "EXPERIMENTAL. checkout to a previous history of the current lane. see also \"bit lane revert\"",
4118
+ "extendedDescription": "",
4119
+ "group": "ungrouped",
4120
+ "private": false,
4121
+ "arguments": [
4122
+ {
4123
+ "name": "history-id",
4124
+ "description": "the history-id to checkout to. run \"bit lane history\" to list the ids"
4125
+ }
4126
+ ]
4127
+ },
4128
+ {
4129
+ "name": "revert <history-id>",
4130
+ "alias": "",
4131
+ "options": [
4132
+ [
4133
+ "x",
4134
+ "skip-dependency-installation",
4135
+ "do not install dependencies of the checked out components"
4136
+ ]
4137
+ ],
4138
+ "description": "EXPERIMENTAL. revert to a previous history of the current lane. see also \"bit lane checkout\"",
4139
+ "extendedDescription": "revert is similar to \"lane checkout\", but it keeps the versions and only change the files.\nchoose one or the other based on your needs.\nif you want to continue working on this lane and needs the changes from the history to be the head, then use \"lane revert\".\nif you want to fork the lane from a certain point in history, use \"lane checkout\" and create a new lane from it.",
4140
+ "group": "ungrouped",
4141
+ "private": false,
4142
+ "arguments": [
4143
+ {
4144
+ "name": "history-id",
4145
+ "description": "the history-id to checkout to. run \"bit lane history\" to list the ids"
4146
+ }
4147
+ ]
4148
+ },
4082
4149
  {
4083
4150
  "name": "merge <lane> [pattern]",
4084
4151
  "alias": "",
@@ -4511,6 +4578,11 @@
4511
4578
  "cloud-domain <domain>",
4512
4579
  "login cloud domain (default bit.cloud)"
4513
4580
  ],
4581
+ [
4582
+ "",
4583
+ "default-cloud-domain",
4584
+ "login to default cloud domain (bit.cloud)"
4585
+ ],
4514
4586
  [
4515
4587
  "p",
4516
4588
  "port <port>",
package/cli-reference.mdx CHANGED
@@ -1197,6 +1197,48 @@ workspace, but also mark it as deleted from the lane, so it won't be merged late
1197
1197
  | ------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
1198
1198
  | `component-pattern` | component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
1199
1199
 
1200
+ ### lane history
1201
+
1202
+ **Usage**: `lane history [lane-name]`
1203
+
1204
+ **Description**: EXPERIMENTAL. show lane history, default to the current lane
1205
+
1206
+ | **Option** | **Option alias** | **Description** |
1207
+ | --------------- | :--------------: | ---------------------------- |
1208
+ | `--id <string>` | | show a specific history item |
1209
+
1210
+ ### lane checkout
1211
+
1212
+ **Usage**: `lane checkout <history-id>`
1213
+
1214
+ **Description**: EXPERIMENTAL. checkout to a previous history of the current lane. see also "bit lane revert"
1215
+
1216
+ | **Arg** | **Description** |
1217
+ | ------------ | :-------------------------------------------------------------------: |
1218
+ | `history-id` | the history-id to checkout to. run "bit lane history" to list the ids |
1219
+
1220
+ | **Option** | **Option alias** | **Description** |
1221
+ | -------------------------------- | :--------------: | --------------------------------------------------------- |
1222
+ | `--skip-dependency-installation` | `-x` | do not install dependencies of the checked out components |
1223
+
1224
+ ### lane revert
1225
+
1226
+ **Usage**: `lane revert <history-id>`
1227
+
1228
+ **Description**: EXPERIMENTAL. revert to a previous history of the current lane. see also "bit lane checkout"
1229
+ revert is similar to "lane checkout", but it keeps the versions and only change the files.
1230
+ choose one or the other based on your needs.
1231
+ if you want to continue working on this lane and needs the changes from the history to be the head, then use "lane revert".
1232
+ if you want to fork the lane from a certain point in history, use "lane checkout" and create a new lane from it.
1233
+
1234
+ | **Arg** | **Description** |
1235
+ | ------------ | :-------------------------------------------------------------------: |
1236
+ | `history-id` | the history-id to checkout to. run "bit lane history" to list the ids |
1237
+
1238
+ | **Option** | **Option alias** | **Description** |
1239
+ | -------------------------------- | :--------------: | --------------------------------------------------------- |
1240
+ | `--skip-dependency-installation` | `-x` | do not install dependencies of the checked out components |
1241
+
1200
1242
  ### lane merge
1201
1243
 
1202
1244
  **Usage**: `lane merge <lane> [pattern]`
@@ -1431,6 +1473,7 @@ this command does the following:
1431
1473
  | `--skip-config-update` | | skip writing to the .npmrc file |
1432
1474
  | `--refresh-token` | | force refresh token even when logged in |
1433
1475
  | `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
1476
+ | `--default-cloud-domain` | | login to default cloud domain (bit.cloud) |
1434
1477
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
1435
1478
  | `--no-browser` | | do not open a browser for authentication |
1436
1479
  | `--machine-name <name>` | | specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token) |
@@ -2058,7 +2101,6 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
2058
2101
  | `--soft` | | do not persist. only keep note of the changes to be made |
2059
2102
  | `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided |
2060
2103
  | `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
2061
- | `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
2062
2104
  | `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
2063
2105
  | `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
2064
2106
  | `--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. |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.46'
2
+ description: 'Bit command synopses. Bit version: 1.8.48'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2899,11 +2899,6 @@
2899
2899
  "disable-tag-pipeline",
2900
2900
  "skip the tag pipeline to avoid publishing the components"
2901
2901
  ],
2902
- [
2903
- "",
2904
- "force-deploy",
2905
- "DEPRECATED. use --ignore-build-error instead"
2906
- ],
2907
2902
  [
2908
2903
  "",
2909
2904
  "ignore-build-errors",
@@ -3093,6 +3088,11 @@
3093
3088
  "push",
3094
3089
  "export the updated objects to the original scopes once done"
3095
3090
  ],
3091
+ [
3092
+ "",
3093
+ "rebuild-artifacts",
3094
+ "run the full build pipeline. do not use the saved artifacts from the last snap"
3095
+ ],
3096
3096
  [
3097
3097
  "m",
3098
3098
  "message <message>",
@@ -3140,18 +3140,23 @@
3140
3140
  ],
3141
3141
  [
3142
3142
  "",
3143
- "disable-tag-pipeline",
3144
- "skip the tag pipeline to avoid publishing the components"
3143
+ "skip-tasks <string>",
3144
+ "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
3145
3145
  ],
3146
3146
  [
3147
3147
  "",
3148
- "ignore-build-errors",
3149
- "run the tag pipeline although the build pipeline failed"
3148
+ "skip-auto-tag",
3149
+ "skip auto tagging dependents"
3150
3150
  ],
3151
3151
  [
3152
3152
  "",
3153
- "rebuild-artifacts",
3154
- "run the full build pipeline. do not use the saved artifacts from the last snap"
3153
+ "disable-tag-pipeline",
3154
+ "skip the tag pipeline to avoid publishing the components"
3155
+ ],
3156
+ [
3157
+ "",
3158
+ "ignore-build-errors",
3159
+ "proceed to tag pipeline even when build pipeline fails"
3155
3160
  ],
3156
3161
  [
3157
3162
  "",
@@ -3165,13 +3170,23 @@
3165
3170
  ],
3166
3171
  [
3167
3172
  "i",
3168
- "ignore-issues [issues]",
3173
+ "ignore-issues <issues>",
3169
3174
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
3170
3175
  ],
3171
3176
  [
3172
3177
  "I",
3173
3178
  "ignore-newest-version",
3174
- "ignore existing of newer versions (default = false)"
3179
+ "allow tagging even when the component has newer versions e.g. for hotfixes (default = false)"
3180
+ ],
3181
+ [
3182
+ "",
3183
+ "fail-fast",
3184
+ "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
3185
+ ],
3186
+ [
3187
+ "b",
3188
+ "build",
3189
+ "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
3175
3190
  ]
3176
3191
  ],
3177
3192
  "description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
@@ -3214,11 +3229,6 @@
3214
3229
  "disable-snap-pipeline",
3215
3230
  "skip the snap pipeline"
3216
3231
  ],
3217
- [
3218
- "",
3219
- "force-deploy",
3220
- "DEPRECATED. use --ignore-build-error instead"
3221
- ],
3222
3232
  [
3223
3233
  "",
3224
3234
  "ignore-build-errors",
@@ -4079,6 +4089,63 @@
4079
4089
  }
4080
4090
  ]
4081
4091
  },
4092
+ {
4093
+ "name": "history [lane-name]",
4094
+ "alias": "",
4095
+ "options": [
4096
+ [
4097
+ "",
4098
+ "id <string>",
4099
+ "show a specific history item"
4100
+ ]
4101
+ ],
4102
+ "description": "EXPERIMENTAL. show lane history, default to the current lane",
4103
+ "extendedDescription": "",
4104
+ "group": "ungrouped",
4105
+ "private": false
4106
+ },
4107
+ {
4108
+ "name": "checkout <history-id>",
4109
+ "alias": "",
4110
+ "options": [
4111
+ [
4112
+ "x",
4113
+ "skip-dependency-installation",
4114
+ "do not install dependencies of the checked out components"
4115
+ ]
4116
+ ],
4117
+ "description": "EXPERIMENTAL. checkout to a previous history of the current lane. see also \"bit lane revert\"",
4118
+ "extendedDescription": "",
4119
+ "group": "ungrouped",
4120
+ "private": false,
4121
+ "arguments": [
4122
+ {
4123
+ "name": "history-id",
4124
+ "description": "the history-id to checkout to. run \"bit lane history\" to list the ids"
4125
+ }
4126
+ ]
4127
+ },
4128
+ {
4129
+ "name": "revert <history-id>",
4130
+ "alias": "",
4131
+ "options": [
4132
+ [
4133
+ "x",
4134
+ "skip-dependency-installation",
4135
+ "do not install dependencies of the checked out components"
4136
+ ]
4137
+ ],
4138
+ "description": "EXPERIMENTAL. revert to a previous history of the current lane. see also \"bit lane checkout\"",
4139
+ "extendedDescription": "revert is similar to \"lane checkout\", but it keeps the versions and only change the files.\nchoose one or the other based on your needs.\nif you want to continue working on this lane and needs the changes from the history to be the head, then use \"lane revert\".\nif you want to fork the lane from a certain point in history, use \"lane checkout\" and create a new lane from it.",
4140
+ "group": "ungrouped",
4141
+ "private": false,
4142
+ "arguments": [
4143
+ {
4144
+ "name": "history-id",
4145
+ "description": "the history-id to checkout to. run \"bit lane history\" to list the ids"
4146
+ }
4147
+ ]
4148
+ },
4082
4149
  {
4083
4150
  "name": "merge <lane> [pattern]",
4084
4151
  "alias": "",
@@ -4511,6 +4578,11 @@
4511
4578
  "cloud-domain <domain>",
4512
4579
  "login cloud domain (default bit.cloud)"
4513
4580
  ],
4581
+ [
4582
+ "",
4583
+ "default-cloud-domain",
4584
+ "login to default cloud domain (bit.cloud)"
4585
+ ],
4514
4586
  [
4515
4587
  "p",
4516
4588
  "port <port>",
@@ -6219,7 +6219,191 @@ function MDXContent(_ref) {
6219
6219
  parentName: "td"
6220
6220
  }, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
6221
6221
  parentName: "td"
6222
- }, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "lane merge"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6222
+ }, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "lane history"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6223
+ parentName: "p"
6224
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
6225
+ parentName: "p"
6226
+ }, "lane history [lane-name]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6227
+ parentName: "p"
6228
+ }, "Description"), ": EXPERIMENTAL. show lane history, default to the current lane"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
6229
+ parentName: "table"
6230
+ }, (0, _react2.mdx)("tr", {
6231
+ parentName: "thead"
6232
+ }, (0, _react2.mdx)("th", {
6233
+ parentName: "tr",
6234
+ "align": null
6235
+ }, (0, _react2.mdx)("strong", {
6236
+ parentName: "th"
6237
+ }, "Option")), (0, _react2.mdx)("th", {
6238
+ parentName: "tr",
6239
+ "align": "center"
6240
+ }, (0, _react2.mdx)("strong", {
6241
+ parentName: "th"
6242
+ }, "Option alias")), (0, _react2.mdx)("th", {
6243
+ parentName: "tr",
6244
+ "align": null
6245
+ }, (0, _react2.mdx)("strong", {
6246
+ parentName: "th"
6247
+ }, "Description")))), (0, _react2.mdx)("tbody", {
6248
+ parentName: "table"
6249
+ }, (0, _react2.mdx)("tr", {
6250
+ parentName: "tbody"
6251
+ }, (0, _react2.mdx)("td", {
6252
+ parentName: "tr",
6253
+ "align": null
6254
+ }, (0, _react2.mdx)("inlineCode", {
6255
+ parentName: "td"
6256
+ }, "--id <string>")), (0, _react2.mdx)("td", {
6257
+ parentName: "tr",
6258
+ "align": "center"
6259
+ }), (0, _react2.mdx)("td", {
6260
+ parentName: "tr",
6261
+ "align": null
6262
+ }, "show a specific history item")))), (0, _react2.mdx)("h3", null, "lane checkout"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6263
+ parentName: "p"
6264
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
6265
+ parentName: "p"
6266
+ }, "lane checkout <history-id>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6267
+ parentName: "p"
6268
+ }, "Description"), ": EXPERIMENTAL. checkout to a previous history of the current lane. see also \"bit lane revert\""), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
6269
+ parentName: "table"
6270
+ }, (0, _react2.mdx)("tr", {
6271
+ parentName: "thead"
6272
+ }, (0, _react2.mdx)("th", {
6273
+ parentName: "tr",
6274
+ "align": null
6275
+ }, (0, _react2.mdx)("strong", {
6276
+ parentName: "th"
6277
+ }, "Arg")), (0, _react2.mdx)("th", {
6278
+ parentName: "tr",
6279
+ "align": "center"
6280
+ }, (0, _react2.mdx)("strong", {
6281
+ parentName: "th"
6282
+ }, "Description")))), (0, _react2.mdx)("tbody", {
6283
+ parentName: "table"
6284
+ }, (0, _react2.mdx)("tr", {
6285
+ parentName: "tbody"
6286
+ }, (0, _react2.mdx)("td", {
6287
+ parentName: "tr",
6288
+ "align": null
6289
+ }, (0, _react2.mdx)("inlineCode", {
6290
+ parentName: "td"
6291
+ }, "history-id")), (0, _react2.mdx)("td", {
6292
+ parentName: "tr",
6293
+ "align": "center"
6294
+ }, "the history-id to checkout to. run \"bit lane history\" to list the ids")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
6295
+ parentName: "table"
6296
+ }, (0, _react2.mdx)("tr", {
6297
+ parentName: "thead"
6298
+ }, (0, _react2.mdx)("th", {
6299
+ parentName: "tr",
6300
+ "align": null
6301
+ }, (0, _react2.mdx)("strong", {
6302
+ parentName: "th"
6303
+ }, "Option")), (0, _react2.mdx)("th", {
6304
+ parentName: "tr",
6305
+ "align": "center"
6306
+ }, (0, _react2.mdx)("strong", {
6307
+ parentName: "th"
6308
+ }, "Option alias")), (0, _react2.mdx)("th", {
6309
+ parentName: "tr",
6310
+ "align": null
6311
+ }, (0, _react2.mdx)("strong", {
6312
+ parentName: "th"
6313
+ }, "Description")))), (0, _react2.mdx)("tbody", {
6314
+ parentName: "table"
6315
+ }, (0, _react2.mdx)("tr", {
6316
+ parentName: "tbody"
6317
+ }, (0, _react2.mdx)("td", {
6318
+ parentName: "tr",
6319
+ "align": null
6320
+ }, (0, _react2.mdx)("inlineCode", {
6321
+ parentName: "td"
6322
+ }, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
6323
+ parentName: "tr",
6324
+ "align": "center"
6325
+ }, (0, _react2.mdx)("inlineCode", {
6326
+ parentName: "td"
6327
+ }, "-x")), (0, _react2.mdx)("td", {
6328
+ parentName: "tr",
6329
+ "align": null
6330
+ }, "do not install dependencies of the checked out components")))), (0, _react2.mdx)("h3", null, "lane revert"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6331
+ parentName: "p"
6332
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
6333
+ parentName: "p"
6334
+ }, "lane revert <history-id>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6335
+ parentName: "p"
6336
+ }, "Description"), ": EXPERIMENTAL. revert to a previous history of the current lane. see also \"bit lane checkout\"", (0, _react2.mdx)("br", {
6337
+ parentName: "p"
6338
+ }), "\n", "revert is similar to \"lane checkout\", but it keeps the versions and only change the files.", (0, _react2.mdx)("br", {
6339
+ parentName: "p"
6340
+ }), "\n", "choose one or the other based on your needs.", (0, _react2.mdx)("br", {
6341
+ parentName: "p"
6342
+ }), "\n", "if you want to continue working on this lane and needs the changes from the history to be the head, then use \"lane revert\".", (0, _react2.mdx)("br", {
6343
+ parentName: "p"
6344
+ }), "\n", "if you want to fork the lane from a certain point in history, use \"lane checkout\" and create a new lane from it."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
6345
+ parentName: "table"
6346
+ }, (0, _react2.mdx)("tr", {
6347
+ parentName: "thead"
6348
+ }, (0, _react2.mdx)("th", {
6349
+ parentName: "tr",
6350
+ "align": null
6351
+ }, (0, _react2.mdx)("strong", {
6352
+ parentName: "th"
6353
+ }, "Arg")), (0, _react2.mdx)("th", {
6354
+ parentName: "tr",
6355
+ "align": "center"
6356
+ }, (0, _react2.mdx)("strong", {
6357
+ parentName: "th"
6358
+ }, "Description")))), (0, _react2.mdx)("tbody", {
6359
+ parentName: "table"
6360
+ }, (0, _react2.mdx)("tr", {
6361
+ parentName: "tbody"
6362
+ }, (0, _react2.mdx)("td", {
6363
+ parentName: "tr",
6364
+ "align": null
6365
+ }, (0, _react2.mdx)("inlineCode", {
6366
+ parentName: "td"
6367
+ }, "history-id")), (0, _react2.mdx)("td", {
6368
+ parentName: "tr",
6369
+ "align": "center"
6370
+ }, "the history-id to checkout to. run \"bit lane history\" to list the ids")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
6371
+ parentName: "table"
6372
+ }, (0, _react2.mdx)("tr", {
6373
+ parentName: "thead"
6374
+ }, (0, _react2.mdx)("th", {
6375
+ parentName: "tr",
6376
+ "align": null
6377
+ }, (0, _react2.mdx)("strong", {
6378
+ parentName: "th"
6379
+ }, "Option")), (0, _react2.mdx)("th", {
6380
+ parentName: "tr",
6381
+ "align": "center"
6382
+ }, (0, _react2.mdx)("strong", {
6383
+ parentName: "th"
6384
+ }, "Option alias")), (0, _react2.mdx)("th", {
6385
+ parentName: "tr",
6386
+ "align": null
6387
+ }, (0, _react2.mdx)("strong", {
6388
+ parentName: "th"
6389
+ }, "Description")))), (0, _react2.mdx)("tbody", {
6390
+ parentName: "table"
6391
+ }, (0, _react2.mdx)("tr", {
6392
+ parentName: "tbody"
6393
+ }, (0, _react2.mdx)("td", {
6394
+ parentName: "tr",
6395
+ "align": null
6396
+ }, (0, _react2.mdx)("inlineCode", {
6397
+ parentName: "td"
6398
+ }, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
6399
+ parentName: "tr",
6400
+ "align": "center"
6401
+ }, (0, _react2.mdx)("inlineCode", {
6402
+ parentName: "td"
6403
+ }, "-x")), (0, _react2.mdx)("td", {
6404
+ parentName: "tr",
6405
+ "align": null
6406
+ }, "do not install dependencies of the checked out components")))), (0, _react2.mdx)("h3", null, "lane merge"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6223
6407
  parentName: "p"
6224
6408
  }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
6225
6409
  parentName: "p"
@@ -7534,6 +7718,19 @@ function MDXContent(_ref) {
7534
7718
  "align": null
7535
7719
  }, (0, _react2.mdx)("inlineCode", {
7536
7720
  parentName: "td"
7721
+ }, "--default-cloud-domain")), (0, _react2.mdx)("td", {
7722
+ parentName: "tr",
7723
+ "align": "center"
7724
+ }), (0, _react2.mdx)("td", {
7725
+ parentName: "tr",
7726
+ "align": null
7727
+ }, "login to default cloud domain (bit.cloud)")), (0, _react2.mdx)("tr", {
7728
+ parentName: "tbody"
7729
+ }, (0, _react2.mdx)("td", {
7730
+ parentName: "tr",
7731
+ "align": null
7732
+ }, (0, _react2.mdx)("inlineCode", {
7733
+ parentName: "td"
7537
7734
  }, "--port <port>")), (0, _react2.mdx)("td", {
7538
7735
  parentName: "tr",
7539
7736
  "align": "center"
@@ -10833,19 +11030,6 @@ function MDXContent(_ref) {
10833
11030
  "align": null
10834
11031
  }, (0, _react2.mdx)("inlineCode", {
10835
11032
  parentName: "td"
10836
- }, "--force-deploy")), (0, _react2.mdx)("td", {
10837
- parentName: "tr",
10838
- "align": "center"
10839
- }), (0, _react2.mdx)("td", {
10840
- parentName: "tr",
10841
- "align": null
10842
- }, "DEPRECATED. use --ignore-build-error instead")), (0, _react2.mdx)("tr", {
10843
- parentName: "tbody"
10844
- }, (0, _react2.mdx)("td", {
10845
- parentName: "tr",
10846
- "align": null
10847
- }, (0, _react2.mdx)("inlineCode", {
10848
- parentName: "td"
10849
11033
  }, "--ignore-build-errors")), (0, _react2.mdx)("td", {
10850
11034
  parentName: "tr",
10851
11035
  "align": "center"