@teambit/harmony.content.cli-reference 2.0.391 → 2.0.393
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
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3396,6 +3396,45 @@
|
|
|
3396
3396
|
}
|
|
3397
3397
|
]
|
|
3398
3398
|
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "deprecate <component-name>",
|
|
3401
|
+
"alias": "d",
|
|
3402
|
+
"options": [
|
|
3403
|
+
[
|
|
3404
|
+
"",
|
|
3405
|
+
"new-id <string>",
|
|
3406
|
+
"if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
|
|
3407
|
+
],
|
|
3408
|
+
[
|
|
3409
|
+
"",
|
|
3410
|
+
"range <string>",
|
|
3411
|
+
"enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
|
|
3412
|
+
]
|
|
3413
|
+
],
|
|
3414
|
+
"description": "deprecate a component",
|
|
3415
|
+
"extendedDescription": "",
|
|
3416
|
+
"group": "collaborate",
|
|
3417
|
+
"private": false,
|
|
3418
|
+
"remoteOp": true,
|
|
3419
|
+
"skipWorkspace": true,
|
|
3420
|
+
"arguments": [
|
|
3421
|
+
{
|
|
3422
|
+
"name": "component-name",
|
|
3423
|
+
"description": "component name or component id"
|
|
3424
|
+
}
|
|
3425
|
+
]
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "undeprecate <id>",
|
|
3429
|
+
"alias": "",
|
|
3430
|
+
"options": [],
|
|
3431
|
+
"description": "undeprecate a deprecated component (local/remote)",
|
|
3432
|
+
"extendedDescription": "",
|
|
3433
|
+
"group": "collaborate",
|
|
3434
|
+
"private": false,
|
|
3435
|
+
"remoteOp": true,
|
|
3436
|
+
"skipWorkspace": true
|
|
3437
|
+
},
|
|
3399
3438
|
{
|
|
3400
3439
|
"name": "test [component-pattern]",
|
|
3401
3440
|
"alias": "at",
|
|
@@ -4635,45 +4674,6 @@
|
|
|
4635
4674
|
"private": false,
|
|
4636
4675
|
"skipWorkspace": true
|
|
4637
4676
|
},
|
|
4638
|
-
{
|
|
4639
|
-
"name": "deprecate <component-name>",
|
|
4640
|
-
"alias": "d",
|
|
4641
|
-
"options": [
|
|
4642
|
-
[
|
|
4643
|
-
"",
|
|
4644
|
-
"new-id <string>",
|
|
4645
|
-
"if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
|
|
4646
|
-
],
|
|
4647
|
-
[
|
|
4648
|
-
"",
|
|
4649
|
-
"range <string>",
|
|
4650
|
-
"enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
|
|
4651
|
-
]
|
|
4652
|
-
],
|
|
4653
|
-
"description": "deprecate a component",
|
|
4654
|
-
"extendedDescription": "",
|
|
4655
|
-
"group": "collaborate",
|
|
4656
|
-
"private": false,
|
|
4657
|
-
"remoteOp": true,
|
|
4658
|
-
"skipWorkspace": true,
|
|
4659
|
-
"arguments": [
|
|
4660
|
-
{
|
|
4661
|
-
"name": "component-name",
|
|
4662
|
-
"description": "component name or component id"
|
|
4663
|
-
}
|
|
4664
|
-
]
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"name": "undeprecate <id>",
|
|
4668
|
-
"alias": "",
|
|
4669
|
-
"options": [],
|
|
4670
|
-
"description": "undeprecate a deprecated component (local/remote)",
|
|
4671
|
-
"extendedDescription": "",
|
|
4672
|
-
"group": "collaborate",
|
|
4673
|
-
"private": false,
|
|
4674
|
-
"remoteOp": true,
|
|
4675
|
-
"skipWorkspace": true
|
|
4676
|
-
},
|
|
4677
4677
|
{
|
|
4678
4678
|
"name": "rename <current-name> <new-name>",
|
|
4679
4679
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -3396,6 +3396,45 @@
|
|
|
3396
3396
|
}
|
|
3397
3397
|
]
|
|
3398
3398
|
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "deprecate <component-name>",
|
|
3401
|
+
"alias": "d",
|
|
3402
|
+
"options": [
|
|
3403
|
+
[
|
|
3404
|
+
"",
|
|
3405
|
+
"new-id <string>",
|
|
3406
|
+
"if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
|
|
3407
|
+
],
|
|
3408
|
+
[
|
|
3409
|
+
"",
|
|
3410
|
+
"range <string>",
|
|
3411
|
+
"enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
|
|
3412
|
+
]
|
|
3413
|
+
],
|
|
3414
|
+
"description": "deprecate a component",
|
|
3415
|
+
"extendedDescription": "",
|
|
3416
|
+
"group": "collaborate",
|
|
3417
|
+
"private": false,
|
|
3418
|
+
"remoteOp": true,
|
|
3419
|
+
"skipWorkspace": true,
|
|
3420
|
+
"arguments": [
|
|
3421
|
+
{
|
|
3422
|
+
"name": "component-name",
|
|
3423
|
+
"description": "component name or component id"
|
|
3424
|
+
}
|
|
3425
|
+
]
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "undeprecate <id>",
|
|
3429
|
+
"alias": "",
|
|
3430
|
+
"options": [],
|
|
3431
|
+
"description": "undeprecate a deprecated component (local/remote)",
|
|
3432
|
+
"extendedDescription": "",
|
|
3433
|
+
"group": "collaborate",
|
|
3434
|
+
"private": false,
|
|
3435
|
+
"remoteOp": true,
|
|
3436
|
+
"skipWorkspace": true
|
|
3437
|
+
},
|
|
3399
3438
|
{
|
|
3400
3439
|
"name": "test [component-pattern]",
|
|
3401
3440
|
"alias": "at",
|
|
@@ -4635,45 +4674,6 @@
|
|
|
4635
4674
|
"private": false,
|
|
4636
4675
|
"skipWorkspace": true
|
|
4637
4676
|
},
|
|
4638
|
-
{
|
|
4639
|
-
"name": "deprecate <component-name>",
|
|
4640
|
-
"alias": "d",
|
|
4641
|
-
"options": [
|
|
4642
|
-
[
|
|
4643
|
-
"",
|
|
4644
|
-
"new-id <string>",
|
|
4645
|
-
"if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
|
|
4646
|
-
],
|
|
4647
|
-
[
|
|
4648
|
-
"",
|
|
4649
|
-
"range <string>",
|
|
4650
|
-
"enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
|
|
4651
|
-
]
|
|
4652
|
-
],
|
|
4653
|
-
"description": "deprecate a component",
|
|
4654
|
-
"extendedDescription": "",
|
|
4655
|
-
"group": "collaborate",
|
|
4656
|
-
"private": false,
|
|
4657
|
-
"remoteOp": true,
|
|
4658
|
-
"skipWorkspace": true,
|
|
4659
|
-
"arguments": [
|
|
4660
|
-
{
|
|
4661
|
-
"name": "component-name",
|
|
4662
|
-
"description": "component name or component id"
|
|
4663
|
-
}
|
|
4664
|
-
]
|
|
4665
|
-
},
|
|
4666
|
-
{
|
|
4667
|
-
"name": "undeprecate <id>",
|
|
4668
|
-
"alias": "",
|
|
4669
|
-
"options": [],
|
|
4670
|
-
"description": "undeprecate a deprecated component (local/remote)",
|
|
4671
|
-
"extendedDescription": "",
|
|
4672
|
-
"group": "collaborate",
|
|
4673
|
-
"private": false,
|
|
4674
|
-
"remoteOp": true,
|
|
4675
|
-
"skipWorkspace": true
|
|
4676
|
-
},
|
|
4677
4677
|
{
|
|
4678
4678
|
"name": "rename <current-name> <new-name>",
|
|
4679
4679
|
"alias": "",
|