@teambit/harmony.content.cli-reference 1.95.170 → 1.95.171
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 +185 -170
- package/cli-reference.mdx +4 -3
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +185 -170
- package/dist/cli-reference.mdx.js +28 -17
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1689131730552.js → preview-1689218262868.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.171.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.170.tgz +0 -0
package/dist/cli-reference.json
CHANGED
|
@@ -1749,11 +1749,6 @@
|
|
|
1749
1749
|
"name": "install [packages...]",
|
|
1750
1750
|
"alias": "in",
|
|
1751
1751
|
"options": [
|
|
1752
|
-
[
|
|
1753
|
-
"v",
|
|
1754
|
-
"variants <variants>",
|
|
1755
|
-
"add packages to specific variants"
|
|
1756
|
-
],
|
|
1757
1752
|
[
|
|
1758
1753
|
"t",
|
|
1759
1754
|
"type [lifecycleType]",
|
|
@@ -2279,7 +2274,12 @@
|
|
|
2279
2274
|
[
|
|
2280
2275
|
"",
|
|
2281
2276
|
"force-deploy",
|
|
2282
|
-
"
|
|
2277
|
+
"DEPRECATED. use --ignore-build-error instead"
|
|
2278
|
+
],
|
|
2279
|
+
[
|
|
2280
|
+
"",
|
|
2281
|
+
"ignore-build-errors",
|
|
2282
|
+
"run the tag pipeline although the build pipeline failed"
|
|
2283
2283
|
],
|
|
2284
2284
|
[
|
|
2285
2285
|
"",
|
|
@@ -2392,7 +2392,12 @@
|
|
|
2392
2392
|
[
|
|
2393
2393
|
"",
|
|
2394
2394
|
"force-deploy",
|
|
2395
|
-
"
|
|
2395
|
+
"DEPRECATED. use --ignore-build-error instead"
|
|
2396
|
+
],
|
|
2397
|
+
[
|
|
2398
|
+
"",
|
|
2399
|
+
"ignore-build-errors",
|
|
2400
|
+
"run the snap pipeline although the build pipeline failed"
|
|
2396
2401
|
],
|
|
2397
2402
|
[
|
|
2398
2403
|
"i",
|
|
@@ -2528,7 +2533,12 @@
|
|
|
2528
2533
|
[
|
|
2529
2534
|
"",
|
|
2530
2535
|
"force-deploy",
|
|
2531
|
-
"
|
|
2536
|
+
"DEPRECATED. use --ignore-build-error instead"
|
|
2537
|
+
],
|
|
2538
|
+
[
|
|
2539
|
+
"",
|
|
2540
|
+
"ignore-build-errors",
|
|
2541
|
+
"run the tag pipeline although the build pipeline failed"
|
|
2532
2542
|
],
|
|
2533
2543
|
[
|
|
2534
2544
|
"",
|
|
@@ -2589,7 +2599,12 @@
|
|
|
2589
2599
|
[
|
|
2590
2600
|
"",
|
|
2591
2601
|
"force-deploy",
|
|
2592
|
-
"
|
|
2602
|
+
"DEPRECATED. use --ignore-build-error instead"
|
|
2603
|
+
],
|
|
2604
|
+
[
|
|
2605
|
+
"",
|
|
2606
|
+
"ignore-build-errors",
|
|
2607
|
+
"run the snap pipeline although the build pipeline failed"
|
|
2593
2608
|
],
|
|
2594
2609
|
[
|
|
2595
2610
|
"i",
|
|
@@ -3707,167 +3722,6 @@
|
|
|
3707
3722
|
}
|
|
3708
3723
|
]
|
|
3709
3724
|
},
|
|
3710
|
-
{
|
|
3711
|
-
"name": "ws-config <sub-command>",
|
|
3712
|
-
"alias": "workspace-config",
|
|
3713
|
-
"options": [],
|
|
3714
|
-
"description": "manage workspace config files",
|
|
3715
|
-
"extendedDescription": "",
|
|
3716
|
-
"group": "development",
|
|
3717
|
-
"private": false,
|
|
3718
|
-
"commands": [
|
|
3719
|
-
{
|
|
3720
|
-
"name": "write",
|
|
3721
|
-
"alias": "",
|
|
3722
|
-
"options": [
|
|
3723
|
-
[
|
|
3724
|
-
"c",
|
|
3725
|
-
"clean",
|
|
3726
|
-
"delete existing config files from the workspace. highly recommended to run it with \"--dry-run\" first"
|
|
3727
|
-
],
|
|
3728
|
-
[
|
|
3729
|
-
"w",
|
|
3730
|
-
"writers <writers>",
|
|
3731
|
-
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
3732
|
-
],
|
|
3733
|
-
[
|
|
3734
|
-
"s",
|
|
3735
|
-
"silent",
|
|
3736
|
-
"do not prompt for confirmation"
|
|
3737
|
-
],
|
|
3738
|
-
[
|
|
3739
|
-
"",
|
|
3740
|
-
"no-dedupe",
|
|
3741
|
-
"write configs inside each one of the component's dir, avoid deduping"
|
|
3742
|
-
],
|
|
3743
|
-
[
|
|
3744
|
-
"",
|
|
3745
|
-
"dry-run",
|
|
3746
|
-
"show the paths that configs will be written per env"
|
|
3747
|
-
],
|
|
3748
|
-
[
|
|
3749
|
-
"",
|
|
3750
|
-
"dry-run-with-content",
|
|
3751
|
-
"use with --json flag. show the config content and the paths it will be written per env"
|
|
3752
|
-
],
|
|
3753
|
-
[
|
|
3754
|
-
"v",
|
|
3755
|
-
"verbose",
|
|
3756
|
-
"showing verbose output for writing"
|
|
3757
|
-
],
|
|
3758
|
-
[
|
|
3759
|
-
"j",
|
|
3760
|
-
"json",
|
|
3761
|
-
"json format"
|
|
3762
|
-
]
|
|
3763
|
-
],
|
|
3764
|
-
"description": "EXPERIMENTAL. write config files in the workspace. useful for IDEs",
|
|
3765
|
-
"extendedDescription": "",
|
|
3766
|
-
"group": "development",
|
|
3767
|
-
"private": false
|
|
3768
|
-
},
|
|
3769
|
-
{
|
|
3770
|
-
"name": "clean",
|
|
3771
|
-
"alias": "",
|
|
3772
|
-
"options": [
|
|
3773
|
-
[
|
|
3774
|
-
"s",
|
|
3775
|
-
"silent",
|
|
3776
|
-
"do not prompt for confirmation"
|
|
3777
|
-
],
|
|
3778
|
-
[
|
|
3779
|
-
"w",
|
|
3780
|
-
"writers <writers>",
|
|
3781
|
-
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
3782
|
-
],
|
|
3783
|
-
[
|
|
3784
|
-
"",
|
|
3785
|
-
"dry-run",
|
|
3786
|
-
"show the paths that configs will be written per env"
|
|
3787
|
-
],
|
|
3788
|
-
[
|
|
3789
|
-
"j",
|
|
3790
|
-
"json",
|
|
3791
|
-
"json format"
|
|
3792
|
-
]
|
|
3793
|
-
],
|
|
3794
|
-
"description": "EXPERIMENTAL. clean (delete) written config files in the workspace. useful for IDEs",
|
|
3795
|
-
"extendedDescription": "",
|
|
3796
|
-
"group": "development",
|
|
3797
|
-
"private": false
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"name": "list",
|
|
3801
|
-
"alias": "",
|
|
3802
|
-
"options": [
|
|
3803
|
-
[
|
|
3804
|
-
"j",
|
|
3805
|
-
"json",
|
|
3806
|
-
"json format"
|
|
3807
|
-
]
|
|
3808
|
-
],
|
|
3809
|
-
"description": "EXPERIMENTAL. list config writers",
|
|
3810
|
-
"extendedDescription": "",
|
|
3811
|
-
"group": "development",
|
|
3812
|
-
"private": false
|
|
3813
|
-
}
|
|
3814
|
-
]
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"name": "format [component...]",
|
|
3818
|
-
"alias": "",
|
|
3819
|
-
"options": [
|
|
3820
|
-
[
|
|
3821
|
-
"c",
|
|
3822
|
-
"changed",
|
|
3823
|
-
"format only new and modified components"
|
|
3824
|
-
],
|
|
3825
|
-
[
|
|
3826
|
-
"",
|
|
3827
|
-
"check",
|
|
3828
|
-
"will output a human-friendly message and a list of unformatted files, if any"
|
|
3829
|
-
],
|
|
3830
|
-
[
|
|
3831
|
-
"j",
|
|
3832
|
-
"json",
|
|
3833
|
-
"return the format results in json format"
|
|
3834
|
-
]
|
|
3835
|
-
],
|
|
3836
|
-
"description": "format components in the development workspace",
|
|
3837
|
-
"extendedDescription": "",
|
|
3838
|
-
"group": "development",
|
|
3839
|
-
"private": false
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"name": "lint [component...]",
|
|
3843
|
-
"alias": "",
|
|
3844
|
-
"options": [
|
|
3845
|
-
[
|
|
3846
|
-
"c",
|
|
3847
|
-
"changed",
|
|
3848
|
-
"lint only new and modified components"
|
|
3849
|
-
],
|
|
3850
|
-
[
|
|
3851
|
-
"f",
|
|
3852
|
-
"fix",
|
|
3853
|
-
"automatically fix problems"
|
|
3854
|
-
],
|
|
3855
|
-
[
|
|
3856
|
-
"",
|
|
3857
|
-
"fix-type <fixType>",
|
|
3858
|
-
"specify the types of fixes to apply (problem, suggestion, layout)"
|
|
3859
|
-
],
|
|
3860
|
-
[
|
|
3861
|
-
"j",
|
|
3862
|
-
"json",
|
|
3863
|
-
"return the lint results in json format"
|
|
3864
|
-
]
|
|
3865
|
-
],
|
|
3866
|
-
"description": "lint components in the development workspace",
|
|
3867
|
-
"extendedDescription": "",
|
|
3868
|
-
"group": "development",
|
|
3869
|
-
"private": false
|
|
3870
|
-
},
|
|
3871
3725
|
{
|
|
3872
3726
|
"name": "test [component-pattern]",
|
|
3873
3727
|
"alias": "at",
|
|
@@ -4463,5 +4317,166 @@
|
|
|
4463
4317
|
"extendedDescription": "without --multiple, this will be running on the original scope.\nwith --multiple, a new bare-scope needs to be created and it will import the components to this scope first",
|
|
4464
4318
|
"group": "development",
|
|
4465
4319
|
"private": true
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "format [component...]",
|
|
4323
|
+
"alias": "",
|
|
4324
|
+
"options": [
|
|
4325
|
+
[
|
|
4326
|
+
"c",
|
|
4327
|
+
"changed",
|
|
4328
|
+
"format only new and modified components"
|
|
4329
|
+
],
|
|
4330
|
+
[
|
|
4331
|
+
"",
|
|
4332
|
+
"check",
|
|
4333
|
+
"will output a human-friendly message and a list of unformatted files, if any"
|
|
4334
|
+
],
|
|
4335
|
+
[
|
|
4336
|
+
"j",
|
|
4337
|
+
"json",
|
|
4338
|
+
"return the format results in json format"
|
|
4339
|
+
]
|
|
4340
|
+
],
|
|
4341
|
+
"description": "format components in the development workspace",
|
|
4342
|
+
"extendedDescription": "",
|
|
4343
|
+
"group": "development",
|
|
4344
|
+
"private": false
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "lint [component...]",
|
|
4348
|
+
"alias": "",
|
|
4349
|
+
"options": [
|
|
4350
|
+
[
|
|
4351
|
+
"c",
|
|
4352
|
+
"changed",
|
|
4353
|
+
"lint only new and modified components"
|
|
4354
|
+
],
|
|
4355
|
+
[
|
|
4356
|
+
"f",
|
|
4357
|
+
"fix",
|
|
4358
|
+
"automatically fix problems"
|
|
4359
|
+
],
|
|
4360
|
+
[
|
|
4361
|
+
"",
|
|
4362
|
+
"fix-type <fixType>",
|
|
4363
|
+
"specify the types of fixes to apply (problem, suggestion, layout)"
|
|
4364
|
+
],
|
|
4365
|
+
[
|
|
4366
|
+
"j",
|
|
4367
|
+
"json",
|
|
4368
|
+
"return the lint results in json format"
|
|
4369
|
+
]
|
|
4370
|
+
],
|
|
4371
|
+
"description": "lint components in the development workspace",
|
|
4372
|
+
"extendedDescription": "",
|
|
4373
|
+
"group": "development",
|
|
4374
|
+
"private": false
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "ws-config <sub-command>",
|
|
4378
|
+
"alias": "workspace-config",
|
|
4379
|
+
"options": [],
|
|
4380
|
+
"description": "manage workspace config files",
|
|
4381
|
+
"extendedDescription": "",
|
|
4382
|
+
"group": "development",
|
|
4383
|
+
"private": false,
|
|
4384
|
+
"commands": [
|
|
4385
|
+
{
|
|
4386
|
+
"name": "write",
|
|
4387
|
+
"alias": "",
|
|
4388
|
+
"options": [
|
|
4389
|
+
[
|
|
4390
|
+
"c",
|
|
4391
|
+
"clean",
|
|
4392
|
+
"delete existing config files from the workspace. highly recommended to run it with \"--dry-run\" first"
|
|
4393
|
+
],
|
|
4394
|
+
[
|
|
4395
|
+
"w",
|
|
4396
|
+
"writers <writers>",
|
|
4397
|
+
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
4398
|
+
],
|
|
4399
|
+
[
|
|
4400
|
+
"s",
|
|
4401
|
+
"silent",
|
|
4402
|
+
"do not prompt for confirmation"
|
|
4403
|
+
],
|
|
4404
|
+
[
|
|
4405
|
+
"",
|
|
4406
|
+
"no-dedupe",
|
|
4407
|
+
"write configs inside each one of the component's dir, avoid deduping"
|
|
4408
|
+
],
|
|
4409
|
+
[
|
|
4410
|
+
"",
|
|
4411
|
+
"dry-run",
|
|
4412
|
+
"show the paths that configs will be written per env"
|
|
4413
|
+
],
|
|
4414
|
+
[
|
|
4415
|
+
"",
|
|
4416
|
+
"dry-run-with-content",
|
|
4417
|
+
"use with --json flag. show the config content and the paths it will be written per env"
|
|
4418
|
+
],
|
|
4419
|
+
[
|
|
4420
|
+
"v",
|
|
4421
|
+
"verbose",
|
|
4422
|
+
"showing verbose output for writing"
|
|
4423
|
+
],
|
|
4424
|
+
[
|
|
4425
|
+
"j",
|
|
4426
|
+
"json",
|
|
4427
|
+
"json format"
|
|
4428
|
+
]
|
|
4429
|
+
],
|
|
4430
|
+
"description": "EXPERIMENTAL. write config files in the workspace. useful for IDEs",
|
|
4431
|
+
"extendedDescription": "",
|
|
4432
|
+
"group": "development",
|
|
4433
|
+
"private": false
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
"name": "clean",
|
|
4437
|
+
"alias": "",
|
|
4438
|
+
"options": [
|
|
4439
|
+
[
|
|
4440
|
+
"s",
|
|
4441
|
+
"silent",
|
|
4442
|
+
"do not prompt for confirmation"
|
|
4443
|
+
],
|
|
4444
|
+
[
|
|
4445
|
+
"w",
|
|
4446
|
+
"writers <writers>",
|
|
4447
|
+
"only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers"
|
|
4448
|
+
],
|
|
4449
|
+
[
|
|
4450
|
+
"",
|
|
4451
|
+
"dry-run",
|
|
4452
|
+
"show the paths that configs will be written per env"
|
|
4453
|
+
],
|
|
4454
|
+
[
|
|
4455
|
+
"j",
|
|
4456
|
+
"json",
|
|
4457
|
+
"json format"
|
|
4458
|
+
]
|
|
4459
|
+
],
|
|
4460
|
+
"description": "EXPERIMENTAL. clean (delete) written config files in the workspace. useful for IDEs",
|
|
4461
|
+
"extendedDescription": "",
|
|
4462
|
+
"group": "development",
|
|
4463
|
+
"private": false
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "list",
|
|
4467
|
+
"alias": "",
|
|
4468
|
+
"options": [
|
|
4469
|
+
[
|
|
4470
|
+
"j",
|
|
4471
|
+
"json",
|
|
4472
|
+
"json format"
|
|
4473
|
+
]
|
|
4474
|
+
],
|
|
4475
|
+
"description": "EXPERIMENTAL. list config writers",
|
|
4476
|
+
"extendedDescription": "",
|
|
4477
|
+
"group": "development",
|
|
4478
|
+
"private": false
|
|
4479
|
+
}
|
|
4480
|
+
]
|
|
4466
4481
|
}
|
|
4467
4482
|
]
|
|
@@ -3402,21 +3402,6 @@ function MDXContent(_ref) {
|
|
|
3402
3402
|
"align": null
|
|
3403
3403
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3404
3404
|
parentName: "td"
|
|
3405
|
-
}, "--variants <variants>")), (0, _react2.mdx)("td", {
|
|
3406
|
-
parentName: "tr",
|
|
3407
|
-
"align": "center"
|
|
3408
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
3409
|
-
parentName: "td"
|
|
3410
|
-
}, "-v")), (0, _react2.mdx)("td", {
|
|
3411
|
-
parentName: "tr",
|
|
3412
|
-
"align": null
|
|
3413
|
-
}, "add packages to specific variants")), (0, _react2.mdx)("tr", {
|
|
3414
|
-
parentName: "tbody"
|
|
3415
|
-
}, (0, _react2.mdx)("td", {
|
|
3416
|
-
parentName: "tr",
|
|
3417
|
-
"align": null
|
|
3418
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
3419
|
-
parentName: "td"
|
|
3420
3405
|
}, "--type [lifecycleType]")), (0, _react2.mdx)("td", {
|
|
3421
3406
|
parentName: "tr",
|
|
3422
3407
|
"align": "center"
|
|
@@ -6517,7 +6502,20 @@ function MDXContent(_ref) {
|
|
|
6517
6502
|
}), (0, _react2.mdx)("td", {
|
|
6518
6503
|
parentName: "tr",
|
|
6519
6504
|
"align": null
|
|
6520
|
-
}, "
|
|
6505
|
+
}, "DEPRECATED. use --ignore-build-error instead")), (0, _react2.mdx)("tr", {
|
|
6506
|
+
parentName: "tbody"
|
|
6507
|
+
}, (0, _react2.mdx)("td", {
|
|
6508
|
+
parentName: "tr",
|
|
6509
|
+
"align": null
|
|
6510
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6511
|
+
parentName: "td"
|
|
6512
|
+
}, "--ignore-build-errors")), (0, _react2.mdx)("td", {
|
|
6513
|
+
parentName: "tr",
|
|
6514
|
+
"align": "center"
|
|
6515
|
+
}), (0, _react2.mdx)("td", {
|
|
6516
|
+
parentName: "tr",
|
|
6517
|
+
"align": null
|
|
6518
|
+
}, "run the snap pipeline although the build pipeline failed")), (0, _react2.mdx)("tr", {
|
|
6521
6519
|
parentName: "tbody"
|
|
6522
6520
|
}, (0, _react2.mdx)("td", {
|
|
6523
6521
|
parentName: "tr",
|
|
@@ -7103,7 +7101,20 @@ function MDXContent(_ref) {
|
|
|
7103
7101
|
}), (0, _react2.mdx)("td", {
|
|
7104
7102
|
parentName: "tr",
|
|
7105
7103
|
"align": null
|
|
7106
|
-
}, "
|
|
7104
|
+
}, "DEPRECATED. use --ignore-build-error instead")), (0, _react2.mdx)("tr", {
|
|
7105
|
+
parentName: "tbody"
|
|
7106
|
+
}, (0, _react2.mdx)("td", {
|
|
7107
|
+
parentName: "tr",
|
|
7108
|
+
"align": null
|
|
7109
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7110
|
+
parentName: "td"
|
|
7111
|
+
}, "--ignore-build-errors")), (0, _react2.mdx)("td", {
|
|
7112
|
+
parentName: "tr",
|
|
7113
|
+
"align": "center"
|
|
7114
|
+
}), (0, _react2.mdx)("td", {
|
|
7115
|
+
parentName: "tr",
|
|
7116
|
+
"align": null
|
|
7117
|
+
}, "run the tag pipeline although the build pipeline failed")), (0, _react2.mdx)("tr", {
|
|
7107
7118
|
parentName: "tbody"
|
|
7108
7119
|
}, (0, _react2.mdx)("td", {
|
|
7109
7120
|
parentName: "tr",
|