@teambit/harmony.content.cli-reference 2.0.596 → 2.0.597
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
CHANGED
package/cli-reference.json
CHANGED
|
@@ -5125,56 +5125,6 @@
|
|
|
5125
5125
|
}
|
|
5126
5126
|
]
|
|
5127
5127
|
},
|
|
5128
|
-
{
|
|
5129
|
-
"name": "update-dependencies <data>",
|
|
5130
|
-
"alias": "",
|
|
5131
|
-
"options": [
|
|
5132
|
-
[
|
|
5133
|
-
"",
|
|
5134
|
-
"tag",
|
|
5135
|
-
"tag once the build is completed (by default it snaps)"
|
|
5136
|
-
],
|
|
5137
|
-
[
|
|
5138
|
-
"",
|
|
5139
|
-
"simulation",
|
|
5140
|
-
"simulation purpose. should never be pushed"
|
|
5141
|
-
],
|
|
5142
|
-
[
|
|
5143
|
-
"",
|
|
5144
|
-
"push",
|
|
5145
|
-
"export the updated objects to the original scopes once tagged/snapped"
|
|
5146
|
-
],
|
|
5147
|
-
[
|
|
5148
|
-
"",
|
|
5149
|
-
"message <string>",
|
|
5150
|
-
"message to be saved as part of the version log"
|
|
5151
|
-
],
|
|
5152
|
-
[
|
|
5153
|
-
"",
|
|
5154
|
-
"username <string>",
|
|
5155
|
-
"username to be saved as part of the version log"
|
|
5156
|
-
],
|
|
5157
|
-
[
|
|
5158
|
-
"",
|
|
5159
|
-
"email <string>",
|
|
5160
|
-
"email to be saved as part of the version log"
|
|
5161
|
-
],
|
|
5162
|
-
[
|
|
5163
|
-
"",
|
|
5164
|
-
"lane <lane-id>",
|
|
5165
|
-
"helps to fetch the components from the lane scope (relevant for --multiple)"
|
|
5166
|
-
],
|
|
5167
|
-
[
|
|
5168
|
-
"",
|
|
5169
|
-
"skip-new-scope-validation",
|
|
5170
|
-
"avoid throwing an error when running on a non-new scope"
|
|
5171
|
-
]
|
|
5172
|
-
],
|
|
5173
|
-
"description": "update dependencies for components and tag/snap the results",
|
|
5174
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the update.\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 versionToSnap?: string; // specific hash to snap\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"dependencies\":[\"ci.remote/comp1@0.0.2\"]}]'\n",
|
|
5175
|
-
"group": "development",
|
|
5176
|
-
"private": true
|
|
5177
|
-
},
|
|
5178
5128
|
{
|
|
5179
5129
|
"name": "schema <pattern>",
|
|
5180
5130
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -5125,56 +5125,6 @@
|
|
|
5125
5125
|
}
|
|
5126
5126
|
]
|
|
5127
5127
|
},
|
|
5128
|
-
{
|
|
5129
|
-
"name": "update-dependencies <data>",
|
|
5130
|
-
"alias": "",
|
|
5131
|
-
"options": [
|
|
5132
|
-
[
|
|
5133
|
-
"",
|
|
5134
|
-
"tag",
|
|
5135
|
-
"tag once the build is completed (by default it snaps)"
|
|
5136
|
-
],
|
|
5137
|
-
[
|
|
5138
|
-
"",
|
|
5139
|
-
"simulation",
|
|
5140
|
-
"simulation purpose. should never be pushed"
|
|
5141
|
-
],
|
|
5142
|
-
[
|
|
5143
|
-
"",
|
|
5144
|
-
"push",
|
|
5145
|
-
"export the updated objects to the original scopes once tagged/snapped"
|
|
5146
|
-
],
|
|
5147
|
-
[
|
|
5148
|
-
"",
|
|
5149
|
-
"message <string>",
|
|
5150
|
-
"message to be saved as part of the version log"
|
|
5151
|
-
],
|
|
5152
|
-
[
|
|
5153
|
-
"",
|
|
5154
|
-
"username <string>",
|
|
5155
|
-
"username to be saved as part of the version log"
|
|
5156
|
-
],
|
|
5157
|
-
[
|
|
5158
|
-
"",
|
|
5159
|
-
"email <string>",
|
|
5160
|
-
"email to be saved as part of the version log"
|
|
5161
|
-
],
|
|
5162
|
-
[
|
|
5163
|
-
"",
|
|
5164
|
-
"lane <lane-id>",
|
|
5165
|
-
"helps to fetch the components from the lane scope (relevant for --multiple)"
|
|
5166
|
-
],
|
|
5167
|
-
[
|
|
5168
|
-
"",
|
|
5169
|
-
"skip-new-scope-validation",
|
|
5170
|
-
"avoid throwing an error when running on a non-new scope"
|
|
5171
|
-
]
|
|
5172
|
-
],
|
|
5173
|
-
"description": "update dependencies for components and tag/snap the results",
|
|
5174
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the update.\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 versionToSnap?: string; // specific hash to snap\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"dependencies\":[\"ci.remote/comp1@0.0.2\"]}]'\n",
|
|
5175
|
-
"group": "development",
|
|
5176
|
-
"private": true
|
|
5177
|
-
},
|
|
5178
5128
|
{
|
|
5179
5129
|
"name": "schema <pattern>",
|
|
5180
5130
|
"alias": "",
|