@teambit/harmony.content.cli-reference 2.0.399 → 2.0.401
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 +85 -18
- package/cli-reference.mdx +42 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +85 -18
- package/dist/cli-reference.mdx.js +185 -14
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1725160825823.js → preview-1725333555400.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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
|
-
"
|
|
3144
|
-
"skip the
|
|
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
|
-
"
|
|
3149
|
-
"
|
|
3148
|
+
"skip-auto-tag",
|
|
3149
|
+
"skip auto tagging dependents"
|
|
3150
3150
|
],
|
|
3151
3151
|
[
|
|
3152
3152
|
"",
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
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
|
|
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
|
-
"
|
|
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": "",
|
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]`
|
|
@@ -2058,7 +2100,6 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
2058
2100
|
| `--soft` | | do not persist. only keep note of the changes to be made |
|
|
2059
2101
|
| `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided |
|
|
2060
2102
|
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
|
|
2061
|
-
| `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
|
|
2062
2103
|
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
|
|
2063
2104
|
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
2064
2105
|
| `--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. |
|
package/dist/cli-reference.json
CHANGED
|
@@ -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
|
-
"
|
|
3144
|
-
"skip the
|
|
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
|
-
"
|
|
3149
|
-
"
|
|
3148
|
+
"skip-auto-tag",
|
|
3149
|
+
"skip auto tagging dependents"
|
|
3150
3150
|
],
|
|
3151
3151
|
[
|
|
3152
3152
|
"",
|
|
3153
|
-
"
|
|
3154
|
-
"
|
|
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
|
|
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
|
-
"
|
|
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": "",
|
|
@@ -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
|
|
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"
|
|
@@ -10833,19 +11017,6 @@ function MDXContent(_ref) {
|
|
|
10833
11017
|
"align": null
|
|
10834
11018
|
}, (0, _react2.mdx)("inlineCode", {
|
|
10835
11019
|
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
11020
|
}, "--ignore-build-errors")), (0, _react2.mdx)("td", {
|
|
10850
11021
|
parentName: "tr",
|
|
10851
11022
|
"align": "center"
|