@teambit/harmony.content.cli-reference 1.95.207 → 1.95.208
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 +128 -128
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +128 -128
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1692674301863.js → preview-1692781025298.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
|
@@ -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. to fix it, try to prefix this command with CHOKIDAR_USEPOLLING=true\nalternatively, restarting the computer could also help.",
|
|
1601
|
+
"group": "development",
|
|
1602
|
+
"private": false
|
|
1603
|
+
},
|
|
1498
1604
|
{
|
|
1499
1605
|
"name": "build [component-pattern]",
|
|
1500
1606
|
"alias": "",
|
|
@@ -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/dist/cli-reference.json
CHANGED
|
@@ -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. to fix it, try to prefix this command with CHOKIDAR_USEPOLLING=true\nalternatively, restarting the computer could also help.",
|
|
1601
|
+
"group": "development",
|
|
1602
|
+
"private": false
|
|
1603
|
+
},
|
|
1498
1604
|
{
|
|
1499
1605
|
"name": "build [component-pattern]",
|
|
1500
1606
|
"alias": "",
|
|
@@ -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
|
]
|