@teambit/harmony.content.cli-reference 1.95.110 → 1.95.112
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 +54 -44
- package/dist/cli-reference.json +54 -44
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1674617375675.js → preview-1675083688288.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.112.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.110.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -420,41 +420,6 @@
|
|
|
420
420
|
"group": "ungrouped",
|
|
421
421
|
"private": true
|
|
422
422
|
},
|
|
423
|
-
{
|
|
424
|
-
"name": "add [path...]",
|
|
425
|
-
"alias": "a",
|
|
426
|
-
"options": [
|
|
427
|
-
[
|
|
428
|
-
"i",
|
|
429
|
-
"id <name>",
|
|
430
|
-
"manually set component id"
|
|
431
|
-
],
|
|
432
|
-
[
|
|
433
|
-
"m",
|
|
434
|
-
"main <file>",
|
|
435
|
-
"define entry point for the components"
|
|
436
|
-
],
|
|
437
|
-
[
|
|
438
|
-
"n",
|
|
439
|
-
"namespace <namespace>",
|
|
440
|
-
"organize component in a namespace"
|
|
441
|
-
],
|
|
442
|
-
[
|
|
443
|
-
"o",
|
|
444
|
-
"override <boolean>",
|
|
445
|
-
"override existing component if exists (default = false)"
|
|
446
|
-
],
|
|
447
|
-
[
|
|
448
|
-
"s",
|
|
449
|
-
"scope <string>",
|
|
450
|
-
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
451
|
-
]
|
|
452
|
-
],
|
|
453
|
-
"description": "Add any subset of files to be tracked as a component(s).",
|
|
454
|
-
"extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
|
|
455
|
-
"group": "development",
|
|
456
|
-
"private": false
|
|
457
|
-
},
|
|
458
423
|
{
|
|
459
424
|
"name": "untag [component-name] [component-version]",
|
|
460
425
|
"alias": "",
|
|
@@ -480,15 +445,6 @@
|
|
|
480
445
|
"group": "development",
|
|
481
446
|
"private": true
|
|
482
447
|
},
|
|
483
|
-
{
|
|
484
|
-
"name": "move <current-component-dir> <new-component-dir>",
|
|
485
|
-
"alias": "mv",
|
|
486
|
-
"options": [],
|
|
487
|
-
"description": "move a component to a different filesystem path",
|
|
488
|
-
"extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
|
|
489
|
-
"group": "development",
|
|
490
|
-
"private": false
|
|
491
|
-
},
|
|
492
448
|
{
|
|
493
449
|
"name": "_delete <path> <args>",
|
|
494
450
|
"alias": "",
|
|
@@ -1221,6 +1177,60 @@
|
|
|
1221
1177
|
}
|
|
1222
1178
|
]
|
|
1223
1179
|
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "move <current-component-dir> <new-component-dir>",
|
|
1182
|
+
"alias": "mv",
|
|
1183
|
+
"options": [],
|
|
1184
|
+
"description": "move a component to a different filesystem path",
|
|
1185
|
+
"extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
|
|
1186
|
+
"group": "development",
|
|
1187
|
+
"private": false,
|
|
1188
|
+
"arguments": [
|
|
1189
|
+
{
|
|
1190
|
+
"name": "current-component-dir",
|
|
1191
|
+
"description": "the current relative path (in the workspace) to the component directory"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "new-component-dir",
|
|
1195
|
+
"description": "the new relative path (in the workspace) to the component directory"
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"name": "add [path...]",
|
|
1201
|
+
"alias": "a",
|
|
1202
|
+
"options": [
|
|
1203
|
+
[
|
|
1204
|
+
"i",
|
|
1205
|
+
"id <name>",
|
|
1206
|
+
"manually set component id"
|
|
1207
|
+
],
|
|
1208
|
+
[
|
|
1209
|
+
"m",
|
|
1210
|
+
"main <file>",
|
|
1211
|
+
"define entry point for the components"
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
"n",
|
|
1215
|
+
"namespace <namespace>",
|
|
1216
|
+
"organize component in a namespace"
|
|
1217
|
+
],
|
|
1218
|
+
[
|
|
1219
|
+
"o",
|
|
1220
|
+
"override <boolean>",
|
|
1221
|
+
"override existing component if exists (default = false)"
|
|
1222
|
+
],
|
|
1223
|
+
[
|
|
1224
|
+
"s",
|
|
1225
|
+
"scope <string>",
|
|
1226
|
+
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
1227
|
+
]
|
|
1228
|
+
],
|
|
1229
|
+
"description": "Add any subset of files to be tracked as a component(s).",
|
|
1230
|
+
"extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
|
|
1231
|
+
"group": "development",
|
|
1232
|
+
"private": false
|
|
1233
|
+
},
|
|
1224
1234
|
{
|
|
1225
1235
|
"name": "create <template-name> <component-names...>",
|
|
1226
1236
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -420,41 +420,6 @@
|
|
|
420
420
|
"group": "ungrouped",
|
|
421
421
|
"private": true
|
|
422
422
|
},
|
|
423
|
-
{
|
|
424
|
-
"name": "add [path...]",
|
|
425
|
-
"alias": "a",
|
|
426
|
-
"options": [
|
|
427
|
-
[
|
|
428
|
-
"i",
|
|
429
|
-
"id <name>",
|
|
430
|
-
"manually set component id"
|
|
431
|
-
],
|
|
432
|
-
[
|
|
433
|
-
"m",
|
|
434
|
-
"main <file>",
|
|
435
|
-
"define entry point for the components"
|
|
436
|
-
],
|
|
437
|
-
[
|
|
438
|
-
"n",
|
|
439
|
-
"namespace <namespace>",
|
|
440
|
-
"organize component in a namespace"
|
|
441
|
-
],
|
|
442
|
-
[
|
|
443
|
-
"o",
|
|
444
|
-
"override <boolean>",
|
|
445
|
-
"override existing component if exists (default = false)"
|
|
446
|
-
],
|
|
447
|
-
[
|
|
448
|
-
"s",
|
|
449
|
-
"scope <string>",
|
|
450
|
-
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
451
|
-
]
|
|
452
|
-
],
|
|
453
|
-
"description": "Add any subset of files to be tracked as a component(s).",
|
|
454
|
-
"extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
|
|
455
|
-
"group": "development",
|
|
456
|
-
"private": false
|
|
457
|
-
},
|
|
458
423
|
{
|
|
459
424
|
"name": "untag [component-name] [component-version]",
|
|
460
425
|
"alias": "",
|
|
@@ -480,15 +445,6 @@
|
|
|
480
445
|
"group": "development",
|
|
481
446
|
"private": true
|
|
482
447
|
},
|
|
483
|
-
{
|
|
484
|
-
"name": "move <current-component-dir> <new-component-dir>",
|
|
485
|
-
"alias": "mv",
|
|
486
|
-
"options": [],
|
|
487
|
-
"description": "move a component to a different filesystem path",
|
|
488
|
-
"extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
|
|
489
|
-
"group": "development",
|
|
490
|
-
"private": false
|
|
491
|
-
},
|
|
492
448
|
{
|
|
493
449
|
"name": "_delete <path> <args>",
|
|
494
450
|
"alias": "",
|
|
@@ -1221,6 +1177,60 @@
|
|
|
1221
1177
|
}
|
|
1222
1178
|
]
|
|
1223
1179
|
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "move <current-component-dir> <new-component-dir>",
|
|
1182
|
+
"alias": "mv",
|
|
1183
|
+
"options": [],
|
|
1184
|
+
"description": "move a component to a different filesystem path",
|
|
1185
|
+
"extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
|
|
1186
|
+
"group": "development",
|
|
1187
|
+
"private": false,
|
|
1188
|
+
"arguments": [
|
|
1189
|
+
{
|
|
1190
|
+
"name": "current-component-dir",
|
|
1191
|
+
"description": "the current relative path (in the workspace) to the component directory"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "new-component-dir",
|
|
1195
|
+
"description": "the new relative path (in the workspace) to the component directory"
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"name": "add [path...]",
|
|
1201
|
+
"alias": "a",
|
|
1202
|
+
"options": [
|
|
1203
|
+
[
|
|
1204
|
+
"i",
|
|
1205
|
+
"id <name>",
|
|
1206
|
+
"manually set component id"
|
|
1207
|
+
],
|
|
1208
|
+
[
|
|
1209
|
+
"m",
|
|
1210
|
+
"main <file>",
|
|
1211
|
+
"define entry point for the components"
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
"n",
|
|
1215
|
+
"namespace <namespace>",
|
|
1216
|
+
"organize component in a namespace"
|
|
1217
|
+
],
|
|
1218
|
+
[
|
|
1219
|
+
"o",
|
|
1220
|
+
"override <boolean>",
|
|
1221
|
+
"override existing component if exists (default = false)"
|
|
1222
|
+
],
|
|
1223
|
+
[
|
|
1224
|
+
"s",
|
|
1225
|
+
"scope <string>",
|
|
1226
|
+
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
1227
|
+
]
|
|
1228
|
+
],
|
|
1229
|
+
"description": "Add any subset of files to be tracked as a component(s).",
|
|
1230
|
+
"extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
|
|
1231
|
+
"group": "development",
|
|
1232
|
+
"private": false
|
|
1233
|
+
},
|
|
1224
1234
|
{
|
|
1225
1235
|
"name": "create <template-name> <component-names...>",
|
|
1226
1236
|
"alias": "",
|