@teambit/harmony.content.cli-reference 1.95.110 → 1.95.111
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 +35 -35
- package/dist/cli-reference.json +35 -35
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1674617375675.js → preview-1674876551482.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.111.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": "",
|
|
@@ -1221,6 +1186,41 @@
|
|
|
1221
1186
|
}
|
|
1222
1187
|
]
|
|
1223
1188
|
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "add [path...]",
|
|
1191
|
+
"alias": "a",
|
|
1192
|
+
"options": [
|
|
1193
|
+
[
|
|
1194
|
+
"i",
|
|
1195
|
+
"id <name>",
|
|
1196
|
+
"manually set component id"
|
|
1197
|
+
],
|
|
1198
|
+
[
|
|
1199
|
+
"m",
|
|
1200
|
+
"main <file>",
|
|
1201
|
+
"define entry point for the components"
|
|
1202
|
+
],
|
|
1203
|
+
[
|
|
1204
|
+
"n",
|
|
1205
|
+
"namespace <namespace>",
|
|
1206
|
+
"organize component in a namespace"
|
|
1207
|
+
],
|
|
1208
|
+
[
|
|
1209
|
+
"o",
|
|
1210
|
+
"override <boolean>",
|
|
1211
|
+
"override existing component if exists (default = false)"
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
"s",
|
|
1215
|
+
"scope <string>",
|
|
1216
|
+
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
1217
|
+
]
|
|
1218
|
+
],
|
|
1219
|
+
"description": "Add any subset of files to be tracked as a component(s).",
|
|
1220
|
+
"extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
|
|
1221
|
+
"group": "development",
|
|
1222
|
+
"private": false
|
|
1223
|
+
},
|
|
1224
1224
|
{
|
|
1225
1225
|
"name": "create <template-name> <component-names...>",
|
|
1226
1226
|
"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": "",
|
|
@@ -1221,6 +1186,41 @@
|
|
|
1221
1186
|
}
|
|
1222
1187
|
]
|
|
1223
1188
|
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "add [path...]",
|
|
1191
|
+
"alias": "a",
|
|
1192
|
+
"options": [
|
|
1193
|
+
[
|
|
1194
|
+
"i",
|
|
1195
|
+
"id <name>",
|
|
1196
|
+
"manually set component id"
|
|
1197
|
+
],
|
|
1198
|
+
[
|
|
1199
|
+
"m",
|
|
1200
|
+
"main <file>",
|
|
1201
|
+
"define entry point for the components"
|
|
1202
|
+
],
|
|
1203
|
+
[
|
|
1204
|
+
"n",
|
|
1205
|
+
"namespace <namespace>",
|
|
1206
|
+
"organize component in a namespace"
|
|
1207
|
+
],
|
|
1208
|
+
[
|
|
1209
|
+
"o",
|
|
1210
|
+
"override <boolean>",
|
|
1211
|
+
"override existing component if exists (default = false)"
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
"s",
|
|
1215
|
+
"scope <string>",
|
|
1216
|
+
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
1217
|
+
]
|
|
1218
|
+
],
|
|
1219
|
+
"description": "Add any subset of files to be tracked as a component(s).",
|
|
1220
|
+
"extendedDescription": "Learn the recommended workflow for tracking directories as components, in the link below.",
|
|
1221
|
+
"group": "development",
|
|
1222
|
+
"private": false
|
|
1223
|
+
},
|
|
1224
1224
|
{
|
|
1225
1225
|
"name": "create <template-name> <component-names...>",
|
|
1226
1226
|
"alias": "",
|