@teambit/harmony.content.cli-reference 1.95.207 → 1.95.209
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 +132 -132
- package/cli-reference.mdx +6 -5
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +132 -132
- package/dist/cli-reference.mdx.js +13 -11
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1692674301863.js → preview-1692847103766.js} +2 -2
- package/package.json +2 -2
- package/.bit-capsule-ready +0 -0
- package/package-tar/teambit-harmony.content.cli-reference-1.95.207.tgz +0 -0
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
]
|
|
76
76
|
],
|
|
77
77
|
"description": "create or reinitialize an empty workspace",
|
|
78
|
-
"extendedDescription": "https://bit.dev
|
|
78
|
+
"extendedDescription": "https://https://bit.dev//workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project",
|
|
79
79
|
"group": "start",
|
|
80
80
|
"private": false,
|
|
81
81
|
"skipWorkspace": true
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"alias": "",
|
|
86
86
|
"options": [],
|
|
87
87
|
"description": "global config management",
|
|
88
|
-
"extendedDescription": "https://bit.dev/
|
|
88
|
+
"extendedDescription": "https://https://bit.dev//reference/config/bit-config",
|
|
89
89
|
"group": "general",
|
|
90
90
|
"private": false,
|
|
91
91
|
"commands": [
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
]
|
|
457
457
|
],
|
|
458
458
|
"description": "revert tagged or snapped versions for component(s)",
|
|
459
|
-
"extendedDescription": "https://bit.dev
|
|
459
|
+
"extendedDescription": "https://https://bit.dev//components/tags#undoing-a-tag\nyou can use a pattern for multiple ids, such as bit untag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
460
460
|
"group": "development",
|
|
461
461
|
"private": true
|
|
462
462
|
},
|
|
@@ -1278,29 +1278,110 @@
|
|
|
1278
1278
|
]
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
|
-
"name": "
|
|
1282
|
-
"alias": "",
|
|
1283
|
-
"options": [
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
"verbose",
|
|
1287
|
-
"show all watch events and compiler verbose output"
|
|
1288
|
-
],
|
|
1289
|
-
[
|
|
1290
|
-
"",
|
|
1291
|
-
"skip-pre-compilation",
|
|
1292
|
-
"skip compilation step before starting to watch"
|
|
1293
|
-
],
|
|
1294
|
-
[
|
|
1295
|
-
"t",
|
|
1296
|
-
"check-types [string]",
|
|
1297
|
-
"EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
|
|
1298
|
-
]
|
|
1299
|
-
],
|
|
1300
|
-
"description": "automatically recompile modified components (on save)",
|
|
1301
|
-
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nin some rare cases, this could result in missing file events. to fix it, try to prefix this command with CHOKIDAR_USEPOLLING=true\nalternatively, restarting the computer could also help.",
|
|
1281
|
+
"name": "ws-config <sub-command>",
|
|
1282
|
+
"alias": "workspace-config",
|
|
1283
|
+
"options": [],
|
|
1284
|
+
"description": "manage workspace config files",
|
|
1285
|
+
"extendedDescription": "",
|
|
1302
1286
|
"group": "development",
|
|
1303
|
-
"private": false
|
|
1287
|
+
"private": false,
|
|
1288
|
+
"commands": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "write",
|
|
1291
|
+
"alias": "",
|
|
1292
|
+
"options": [
|
|
1293
|
+
[
|
|
1294
|
+
"c",
|
|
1295
|
+
"clean",
|
|
1296
|
+
"delete existing config files from the workspace. highly recommended to run it with \"--dry-run\" first"
|
|
1297
|
+
],
|
|
1298
|
+
[
|
|
1299
|
+
"w",
|
|
1300
|
+
"writers <writers>",
|
|
1301
|
+
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
1302
|
+
],
|
|
1303
|
+
[
|
|
1304
|
+
"s",
|
|
1305
|
+
"silent",
|
|
1306
|
+
"do not prompt for confirmation"
|
|
1307
|
+
],
|
|
1308
|
+
[
|
|
1309
|
+
"",
|
|
1310
|
+
"no-dedupe",
|
|
1311
|
+
"write configs inside each one of the component's dir, avoid deduping"
|
|
1312
|
+
],
|
|
1313
|
+
[
|
|
1314
|
+
"",
|
|
1315
|
+
"dry-run",
|
|
1316
|
+
"show the paths that configs will be written per env"
|
|
1317
|
+
],
|
|
1318
|
+
[
|
|
1319
|
+
"",
|
|
1320
|
+
"dry-run-with-content",
|
|
1321
|
+
"use with --json flag. show the config content and the paths that will be written per env"
|
|
1322
|
+
],
|
|
1323
|
+
[
|
|
1324
|
+
"v",
|
|
1325
|
+
"verbose",
|
|
1326
|
+
"showing verbose output for writing"
|
|
1327
|
+
],
|
|
1328
|
+
[
|
|
1329
|
+
"j",
|
|
1330
|
+
"json",
|
|
1331
|
+
"json format"
|
|
1332
|
+
]
|
|
1333
|
+
],
|
|
1334
|
+
"description": "EXPERIMENTAL. write config files in the workspace. useful for IDEs",
|
|
1335
|
+
"extendedDescription": "",
|
|
1336
|
+
"group": "development",
|
|
1337
|
+
"private": false
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "clean",
|
|
1341
|
+
"alias": "",
|
|
1342
|
+
"options": [
|
|
1343
|
+
[
|
|
1344
|
+
"s",
|
|
1345
|
+
"silent",
|
|
1346
|
+
"do not prompt for confirmation"
|
|
1347
|
+
],
|
|
1348
|
+
[
|
|
1349
|
+
"w",
|
|
1350
|
+
"writers <writers>",
|
|
1351
|
+
"only clean config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
1352
|
+
],
|
|
1353
|
+
[
|
|
1354
|
+
"",
|
|
1355
|
+
"dry-run",
|
|
1356
|
+
"show the paths of configs that will be cleaned"
|
|
1357
|
+
],
|
|
1358
|
+
[
|
|
1359
|
+
"j",
|
|
1360
|
+
"json",
|
|
1361
|
+
"json format"
|
|
1362
|
+
]
|
|
1363
|
+
],
|
|
1364
|
+
"description": "EXPERIMENTAL. clean (delete) written config files in the workspace. useful for IDEs",
|
|
1365
|
+
"extendedDescription": "",
|
|
1366
|
+
"group": "development",
|
|
1367
|
+
"private": false
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "list",
|
|
1371
|
+
"alias": "",
|
|
1372
|
+
"options": [
|
|
1373
|
+
[
|
|
1374
|
+
"j",
|
|
1375
|
+
"json",
|
|
1376
|
+
"json format"
|
|
1377
|
+
]
|
|
1378
|
+
],
|
|
1379
|
+
"description": "EXPERIMENTAL. list config writers",
|
|
1380
|
+
"extendedDescription": "",
|
|
1381
|
+
"group": "development",
|
|
1382
|
+
"private": false
|
|
1383
|
+
}
|
|
1384
|
+
]
|
|
1304
1385
|
},
|
|
1305
1386
|
{
|
|
1306
1387
|
"name": "add [path...]",
|
|
@@ -1495,6 +1576,31 @@
|
|
|
1495
1576
|
}
|
|
1496
1577
|
]
|
|
1497
1578
|
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "watch",
|
|
1581
|
+
"alias": "",
|
|
1582
|
+
"options": [
|
|
1583
|
+
[
|
|
1584
|
+
"v",
|
|
1585
|
+
"verbose",
|
|
1586
|
+
"show all watch events and compiler verbose output"
|
|
1587
|
+
],
|
|
1588
|
+
[
|
|
1589
|
+
"",
|
|
1590
|
+
"skip-pre-compilation",
|
|
1591
|
+
"skip compilation step before starting to watch"
|
|
1592
|
+
],
|
|
1593
|
+
[
|
|
1594
|
+
"t",
|
|
1595
|
+
"check-types [string]",
|
|
1596
|
+
"EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
|
|
1597
|
+
]
|
|
1598
|
+
],
|
|
1599
|
+
"description": "automatically recompile modified components (on save)",
|
|
1600
|
+
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nin some rare cases, this could result in missing file events (files are not watched).\nto fix it, try to stop other watchers on the same machine.\nalternatively, to use polling, run \"bit config set watch_use_polling true\".",
|
|
1601
|
+
"group": "development",
|
|
1602
|
+
"private": false
|
|
1603
|
+
},
|
|
1498
1604
|
{
|
|
1499
1605
|
"name": "build [component-pattern]",
|
|
1500
1606
|
"alias": "",
|
|
@@ -2517,7 +2623,7 @@
|
|
|
2517
2623
|
]
|
|
2518
2624
|
],
|
|
2519
2625
|
"description": "revert tagged or snapped versions for component(s)",
|
|
2520
|
-
"extendedDescription": "https://bit.dev
|
|
2626
|
+
"extendedDescription": "https://https://bit.dev//components/tags#undoing-a-tag",
|
|
2521
2627
|
"group": "development",
|
|
2522
2628
|
"private": false,
|
|
2523
2629
|
"arguments": [
|
|
@@ -4548,111 +4654,5 @@
|
|
|
4548
4654
|
"extendedDescription": "",
|
|
4549
4655
|
"group": "development",
|
|
4550
4656
|
"private": false
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"name": "ws-config <sub-command>",
|
|
4554
|
-
"alias": "workspace-config",
|
|
4555
|
-
"options": [],
|
|
4556
|
-
"description": "manage workspace config files",
|
|
4557
|
-
"extendedDescription": "",
|
|
4558
|
-
"group": "development",
|
|
4559
|
-
"private": false,
|
|
4560
|
-
"commands": [
|
|
4561
|
-
{
|
|
4562
|
-
"name": "write",
|
|
4563
|
-
"alias": "",
|
|
4564
|
-
"options": [
|
|
4565
|
-
[
|
|
4566
|
-
"c",
|
|
4567
|
-
"clean",
|
|
4568
|
-
"delete existing config files from the workspace. highly recommended to run it with \"--dry-run\" first"
|
|
4569
|
-
],
|
|
4570
|
-
[
|
|
4571
|
-
"w",
|
|
4572
|
-
"writers <writers>",
|
|
4573
|
-
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
4574
|
-
],
|
|
4575
|
-
[
|
|
4576
|
-
"s",
|
|
4577
|
-
"silent",
|
|
4578
|
-
"do not prompt for confirmation"
|
|
4579
|
-
],
|
|
4580
|
-
[
|
|
4581
|
-
"",
|
|
4582
|
-
"no-dedupe",
|
|
4583
|
-
"write configs inside each one of the component's dir, avoid deduping"
|
|
4584
|
-
],
|
|
4585
|
-
[
|
|
4586
|
-
"",
|
|
4587
|
-
"dry-run",
|
|
4588
|
-
"show the paths that configs will be written per env"
|
|
4589
|
-
],
|
|
4590
|
-
[
|
|
4591
|
-
"",
|
|
4592
|
-
"dry-run-with-content",
|
|
4593
|
-
"use with --json flag. show the config content and the paths that will be written per env"
|
|
4594
|
-
],
|
|
4595
|
-
[
|
|
4596
|
-
"v",
|
|
4597
|
-
"verbose",
|
|
4598
|
-
"showing verbose output for writing"
|
|
4599
|
-
],
|
|
4600
|
-
[
|
|
4601
|
-
"j",
|
|
4602
|
-
"json",
|
|
4603
|
-
"json format"
|
|
4604
|
-
]
|
|
4605
|
-
],
|
|
4606
|
-
"description": "EXPERIMENTAL. write config files in the workspace. useful for IDEs",
|
|
4607
|
-
"extendedDescription": "",
|
|
4608
|
-
"group": "development",
|
|
4609
|
-
"private": false
|
|
4610
|
-
},
|
|
4611
|
-
{
|
|
4612
|
-
"name": "clean",
|
|
4613
|
-
"alias": "",
|
|
4614
|
-
"options": [
|
|
4615
|
-
[
|
|
4616
|
-
"s",
|
|
4617
|
-
"silent",
|
|
4618
|
-
"do not prompt for confirmation"
|
|
4619
|
-
],
|
|
4620
|
-
[
|
|
4621
|
-
"w",
|
|
4622
|
-
"writers <writers>",
|
|
4623
|
-
"only clean config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
4624
|
-
],
|
|
4625
|
-
[
|
|
4626
|
-
"",
|
|
4627
|
-
"dry-run",
|
|
4628
|
-
"show the paths of configs that will be cleaned"
|
|
4629
|
-
],
|
|
4630
|
-
[
|
|
4631
|
-
"j",
|
|
4632
|
-
"json",
|
|
4633
|
-
"json format"
|
|
4634
|
-
]
|
|
4635
|
-
],
|
|
4636
|
-
"description": "EXPERIMENTAL. clean (delete) written config files in the workspace. useful for IDEs",
|
|
4637
|
-
"extendedDescription": "",
|
|
4638
|
-
"group": "development",
|
|
4639
|
-
"private": false
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"name": "list",
|
|
4643
|
-
"alias": "",
|
|
4644
|
-
"options": [
|
|
4645
|
-
[
|
|
4646
|
-
"j",
|
|
4647
|
-
"json",
|
|
4648
|
-
"json format"
|
|
4649
|
-
]
|
|
4650
|
-
],
|
|
4651
|
-
"description": "EXPERIMENTAL. list config writers",
|
|
4652
|
-
"extendedDescription": "",
|
|
4653
|
-
"group": "development",
|
|
4654
|
-
"private": false
|
|
4655
|
-
}
|
|
4656
|
-
]
|
|
4657
4657
|
}
|
|
4658
4658
|
]
|
package/cli-reference.mdx
CHANGED
|
@@ -371,7 +371,7 @@ The following gets removed by this command:
|
|
|
371
371
|
## config
|
|
372
372
|
|
|
373
373
|
**Description**: global config management
|
|
374
|
-
https://bit.dev/
|
|
374
|
+
https://https://bit.dev//reference/config/bit-config
|
|
375
375
|
|
|
376
376
|
`bit config`
|
|
377
377
|
|
|
@@ -904,7 +904,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
904
904
|
## init
|
|
905
905
|
|
|
906
906
|
**Description**: create or reinitialize an empty workspace
|
|
907
|
-
https://bit.dev
|
|
907
|
+
https://https://bit.dev//workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project
|
|
908
908
|
|
|
909
909
|
`bit init [path]`
|
|
910
910
|
|
|
@@ -1511,7 +1511,7 @@ to mark components as deleted on the remote scope, use "bit delete".
|
|
|
1511
1511
|
## reset
|
|
1512
1512
|
|
|
1513
1513
|
**Description**: revert tagged or snapped versions for component(s)
|
|
1514
|
-
https://bit.dev
|
|
1514
|
+
https://https://bit.dev//components/tags#undoing-a-tag
|
|
1515
1515
|
|
|
1516
1516
|
`bit reset [component-pattern]`
|
|
1517
1517
|
|
|
@@ -1931,8 +1931,9 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
1931
1931
|
|
|
1932
1932
|
**Description**: automatically recompile modified components (on save)
|
|
1933
1933
|
by default, the watcher doesn't use polling, to keep the CPU idle.
|
|
1934
|
-
in some rare cases, this could result in missing file events
|
|
1935
|
-
|
|
1934
|
+
in some rare cases, this could result in missing file events (files are not watched).
|
|
1935
|
+
to fix it, try to stop other watchers on the same machine.
|
|
1936
|
+
alternatively, to use polling, run "bit config set watch_use_polling true".
|
|
1936
1937
|
|
|
1937
1938
|
`bit watch`
|
|
1938
1939
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
]
|
|
76
76
|
],
|
|
77
77
|
"description": "create or reinitialize an empty workspace",
|
|
78
|
-
"extendedDescription": "https://bit.dev
|
|
78
|
+
"extendedDescription": "https://https://bit.dev//workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project",
|
|
79
79
|
"group": "start",
|
|
80
80
|
"private": false,
|
|
81
81
|
"skipWorkspace": true
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"alias": "",
|
|
86
86
|
"options": [],
|
|
87
87
|
"description": "global config management",
|
|
88
|
-
"extendedDescription": "https://bit.dev/
|
|
88
|
+
"extendedDescription": "https://https://bit.dev//reference/config/bit-config",
|
|
89
89
|
"group": "general",
|
|
90
90
|
"private": false,
|
|
91
91
|
"commands": [
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
]
|
|
457
457
|
],
|
|
458
458
|
"description": "revert tagged or snapped versions for component(s)",
|
|
459
|
-
"extendedDescription": "https://bit.dev
|
|
459
|
+
"extendedDescription": "https://https://bit.dev//components/tags#undoing-a-tag\nyou can use a pattern for multiple ids, such as bit untag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
460
460
|
"group": "development",
|
|
461
461
|
"private": true
|
|
462
462
|
},
|
|
@@ -1278,29 +1278,110 @@
|
|
|
1278
1278
|
]
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
|
-
"name": "
|
|
1282
|
-
"alias": "",
|
|
1283
|
-
"options": [
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
"verbose",
|
|
1287
|
-
"show all watch events and compiler verbose output"
|
|
1288
|
-
],
|
|
1289
|
-
[
|
|
1290
|
-
"",
|
|
1291
|
-
"skip-pre-compilation",
|
|
1292
|
-
"skip compilation step before starting to watch"
|
|
1293
|
-
],
|
|
1294
|
-
[
|
|
1295
|
-
"t",
|
|
1296
|
-
"check-types [string]",
|
|
1297
|
-
"EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
|
|
1298
|
-
]
|
|
1299
|
-
],
|
|
1300
|
-
"description": "automatically recompile modified components (on save)",
|
|
1301
|
-
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nin some rare cases, this could result in missing file events. to fix it, try to prefix this command with CHOKIDAR_USEPOLLING=true\nalternatively, restarting the computer could also help.",
|
|
1281
|
+
"name": "ws-config <sub-command>",
|
|
1282
|
+
"alias": "workspace-config",
|
|
1283
|
+
"options": [],
|
|
1284
|
+
"description": "manage workspace config files",
|
|
1285
|
+
"extendedDescription": "",
|
|
1302
1286
|
"group": "development",
|
|
1303
|
-
"private": false
|
|
1287
|
+
"private": false,
|
|
1288
|
+
"commands": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "write",
|
|
1291
|
+
"alias": "",
|
|
1292
|
+
"options": [
|
|
1293
|
+
[
|
|
1294
|
+
"c",
|
|
1295
|
+
"clean",
|
|
1296
|
+
"delete existing config files from the workspace. highly recommended to run it with \"--dry-run\" first"
|
|
1297
|
+
],
|
|
1298
|
+
[
|
|
1299
|
+
"w",
|
|
1300
|
+
"writers <writers>",
|
|
1301
|
+
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
1302
|
+
],
|
|
1303
|
+
[
|
|
1304
|
+
"s",
|
|
1305
|
+
"silent",
|
|
1306
|
+
"do not prompt for confirmation"
|
|
1307
|
+
],
|
|
1308
|
+
[
|
|
1309
|
+
"",
|
|
1310
|
+
"no-dedupe",
|
|
1311
|
+
"write configs inside each one of the component's dir, avoid deduping"
|
|
1312
|
+
],
|
|
1313
|
+
[
|
|
1314
|
+
"",
|
|
1315
|
+
"dry-run",
|
|
1316
|
+
"show the paths that configs will be written per env"
|
|
1317
|
+
],
|
|
1318
|
+
[
|
|
1319
|
+
"",
|
|
1320
|
+
"dry-run-with-content",
|
|
1321
|
+
"use with --json flag. show the config content and the paths that will be written per env"
|
|
1322
|
+
],
|
|
1323
|
+
[
|
|
1324
|
+
"v",
|
|
1325
|
+
"verbose",
|
|
1326
|
+
"showing verbose output for writing"
|
|
1327
|
+
],
|
|
1328
|
+
[
|
|
1329
|
+
"j",
|
|
1330
|
+
"json",
|
|
1331
|
+
"json format"
|
|
1332
|
+
]
|
|
1333
|
+
],
|
|
1334
|
+
"description": "EXPERIMENTAL. write config files in the workspace. useful for IDEs",
|
|
1335
|
+
"extendedDescription": "",
|
|
1336
|
+
"group": "development",
|
|
1337
|
+
"private": false
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "clean",
|
|
1341
|
+
"alias": "",
|
|
1342
|
+
"options": [
|
|
1343
|
+
[
|
|
1344
|
+
"s",
|
|
1345
|
+
"silent",
|
|
1346
|
+
"do not prompt for confirmation"
|
|
1347
|
+
],
|
|
1348
|
+
[
|
|
1349
|
+
"w",
|
|
1350
|
+
"writers <writers>",
|
|
1351
|
+
"only clean config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
1352
|
+
],
|
|
1353
|
+
[
|
|
1354
|
+
"",
|
|
1355
|
+
"dry-run",
|
|
1356
|
+
"show the paths of configs that will be cleaned"
|
|
1357
|
+
],
|
|
1358
|
+
[
|
|
1359
|
+
"j",
|
|
1360
|
+
"json",
|
|
1361
|
+
"json format"
|
|
1362
|
+
]
|
|
1363
|
+
],
|
|
1364
|
+
"description": "EXPERIMENTAL. clean (delete) written config files in the workspace. useful for IDEs",
|
|
1365
|
+
"extendedDescription": "",
|
|
1366
|
+
"group": "development",
|
|
1367
|
+
"private": false
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "list",
|
|
1371
|
+
"alias": "",
|
|
1372
|
+
"options": [
|
|
1373
|
+
[
|
|
1374
|
+
"j",
|
|
1375
|
+
"json",
|
|
1376
|
+
"json format"
|
|
1377
|
+
]
|
|
1378
|
+
],
|
|
1379
|
+
"description": "EXPERIMENTAL. list config writers",
|
|
1380
|
+
"extendedDescription": "",
|
|
1381
|
+
"group": "development",
|
|
1382
|
+
"private": false
|
|
1383
|
+
}
|
|
1384
|
+
]
|
|
1304
1385
|
},
|
|
1305
1386
|
{
|
|
1306
1387
|
"name": "add [path...]",
|
|
@@ -1495,6 +1576,31 @@
|
|
|
1495
1576
|
}
|
|
1496
1577
|
]
|
|
1497
1578
|
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "watch",
|
|
1581
|
+
"alias": "",
|
|
1582
|
+
"options": [
|
|
1583
|
+
[
|
|
1584
|
+
"v",
|
|
1585
|
+
"verbose",
|
|
1586
|
+
"show all watch events and compiler verbose output"
|
|
1587
|
+
],
|
|
1588
|
+
[
|
|
1589
|
+
"",
|
|
1590
|
+
"skip-pre-compilation",
|
|
1591
|
+
"skip compilation step before starting to watch"
|
|
1592
|
+
],
|
|
1593
|
+
[
|
|
1594
|
+
"t",
|
|
1595
|
+
"check-types [string]",
|
|
1596
|
+
"EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
|
|
1597
|
+
]
|
|
1598
|
+
],
|
|
1599
|
+
"description": "automatically recompile modified components (on save)",
|
|
1600
|
+
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nin some rare cases, this could result in missing file events (files are not watched).\nto fix it, try to stop other watchers on the same machine.\nalternatively, to use polling, run \"bit config set watch_use_polling true\".",
|
|
1601
|
+
"group": "development",
|
|
1602
|
+
"private": false
|
|
1603
|
+
},
|
|
1498
1604
|
{
|
|
1499
1605
|
"name": "build [component-pattern]",
|
|
1500
1606
|
"alias": "",
|
|
@@ -2517,7 +2623,7 @@
|
|
|
2517
2623
|
]
|
|
2518
2624
|
],
|
|
2519
2625
|
"description": "revert tagged or snapped versions for component(s)",
|
|
2520
|
-
"extendedDescription": "https://bit.dev
|
|
2626
|
+
"extendedDescription": "https://https://bit.dev//components/tags#undoing-a-tag",
|
|
2521
2627
|
"group": "development",
|
|
2522
2628
|
"private": false,
|
|
2523
2629
|
"arguments": [
|
|
@@ -4548,111 +4654,5 @@
|
|
|
4548
4654
|
"extendedDescription": "",
|
|
4549
4655
|
"group": "development",
|
|
4550
4656
|
"private": false
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"name": "ws-config <sub-command>",
|
|
4554
|
-
"alias": "workspace-config",
|
|
4555
|
-
"options": [],
|
|
4556
|
-
"description": "manage workspace config files",
|
|
4557
|
-
"extendedDescription": "",
|
|
4558
|
-
"group": "development",
|
|
4559
|
-
"private": false,
|
|
4560
|
-
"commands": [
|
|
4561
|
-
{
|
|
4562
|
-
"name": "write",
|
|
4563
|
-
"alias": "",
|
|
4564
|
-
"options": [
|
|
4565
|
-
[
|
|
4566
|
-
"c",
|
|
4567
|
-
"clean",
|
|
4568
|
-
"delete existing config files from the workspace. highly recommended to run it with \"--dry-run\" first"
|
|
4569
|
-
],
|
|
4570
|
-
[
|
|
4571
|
-
"w",
|
|
4572
|
-
"writers <writers>",
|
|
4573
|
-
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
4574
|
-
],
|
|
4575
|
-
[
|
|
4576
|
-
"s",
|
|
4577
|
-
"silent",
|
|
4578
|
-
"do not prompt for confirmation"
|
|
4579
|
-
],
|
|
4580
|
-
[
|
|
4581
|
-
"",
|
|
4582
|
-
"no-dedupe",
|
|
4583
|
-
"write configs inside each one of the component's dir, avoid deduping"
|
|
4584
|
-
],
|
|
4585
|
-
[
|
|
4586
|
-
"",
|
|
4587
|
-
"dry-run",
|
|
4588
|
-
"show the paths that configs will be written per env"
|
|
4589
|
-
],
|
|
4590
|
-
[
|
|
4591
|
-
"",
|
|
4592
|
-
"dry-run-with-content",
|
|
4593
|
-
"use with --json flag. show the config content and the paths that will be written per env"
|
|
4594
|
-
],
|
|
4595
|
-
[
|
|
4596
|
-
"v",
|
|
4597
|
-
"verbose",
|
|
4598
|
-
"showing verbose output for writing"
|
|
4599
|
-
],
|
|
4600
|
-
[
|
|
4601
|
-
"j",
|
|
4602
|
-
"json",
|
|
4603
|
-
"json format"
|
|
4604
|
-
]
|
|
4605
|
-
],
|
|
4606
|
-
"description": "EXPERIMENTAL. write config files in the workspace. useful for IDEs",
|
|
4607
|
-
"extendedDescription": "",
|
|
4608
|
-
"group": "development",
|
|
4609
|
-
"private": false
|
|
4610
|
-
},
|
|
4611
|
-
{
|
|
4612
|
-
"name": "clean",
|
|
4613
|
-
"alias": "",
|
|
4614
|
-
"options": [
|
|
4615
|
-
[
|
|
4616
|
-
"s",
|
|
4617
|
-
"silent",
|
|
4618
|
-
"do not prompt for confirmation"
|
|
4619
|
-
],
|
|
4620
|
-
[
|
|
4621
|
-
"w",
|
|
4622
|
-
"writers <writers>",
|
|
4623
|
-
"only clean config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
4624
|
-
],
|
|
4625
|
-
[
|
|
4626
|
-
"",
|
|
4627
|
-
"dry-run",
|
|
4628
|
-
"show the paths of configs that will be cleaned"
|
|
4629
|
-
],
|
|
4630
|
-
[
|
|
4631
|
-
"j",
|
|
4632
|
-
"json",
|
|
4633
|
-
"json format"
|
|
4634
|
-
]
|
|
4635
|
-
],
|
|
4636
|
-
"description": "EXPERIMENTAL. clean (delete) written config files in the workspace. useful for IDEs",
|
|
4637
|
-
"extendedDescription": "",
|
|
4638
|
-
"group": "development",
|
|
4639
|
-
"private": false
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"name": "list",
|
|
4643
|
-
"alias": "",
|
|
4644
|
-
"options": [
|
|
4645
|
-
[
|
|
4646
|
-
"j",
|
|
4647
|
-
"json",
|
|
4648
|
-
"json format"
|
|
4649
|
-
]
|
|
4650
|
-
],
|
|
4651
|
-
"description": "EXPERIMENTAL. list config writers",
|
|
4652
|
-
"extendedDescription": "",
|
|
4653
|
-
"group": "development",
|
|
4654
|
-
"private": false
|
|
4655
|
-
}
|
|
4656
|
-
]
|
|
4657
4657
|
}
|
|
4658
4658
|
]
|