@teambit/harmony.content.cli-reference 2.0.408 → 2.0.410
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
|
@@ -835,6 +835,47 @@
|
|
|
835
835
|
"group": "ungrouped",
|
|
836
836
|
"private": true
|
|
837
837
|
},
|
|
838
|
+
{
|
|
839
|
+
"name": "_scope-gc",
|
|
840
|
+
"alias": "",
|
|
841
|
+
"options": [
|
|
842
|
+
[
|
|
843
|
+
"v",
|
|
844
|
+
"verbose",
|
|
845
|
+
"show verbose output"
|
|
846
|
+
],
|
|
847
|
+
[
|
|
848
|
+
"d",
|
|
849
|
+
"dry-run",
|
|
850
|
+
"print the refs that are going to be deleted without actually deleting them"
|
|
851
|
+
],
|
|
852
|
+
[
|
|
853
|
+
"f",
|
|
854
|
+
"find-comp-id-origin <comp-id>",
|
|
855
|
+
"find the origin of a specific component"
|
|
856
|
+
],
|
|
857
|
+
[
|
|
858
|
+
"s",
|
|
859
|
+
"find-scope-id-origin <scope-id>",
|
|
860
|
+
"find the origin of all components of the given scope"
|
|
861
|
+
],
|
|
862
|
+
[
|
|
863
|
+
"r",
|
|
864
|
+
"restore",
|
|
865
|
+
"restore deleted objects (copy objects from \"deleted-objects\" directory to the scope)"
|
|
866
|
+
],
|
|
867
|
+
[
|
|
868
|
+
"",
|
|
869
|
+
"restore-overwrite",
|
|
870
|
+
"same as --restore but overwrite existing objects"
|
|
871
|
+
]
|
|
872
|
+
],
|
|
873
|
+
"description": "delete objects that have no reference from the components/lanes of this scope",
|
|
874
|
+
"extendedDescription": "the deleted objects are copied into \"deleted-objects\" directory in the local scope",
|
|
875
|
+
"group": "ungrouped",
|
|
876
|
+
"private": true,
|
|
877
|
+
"remoteOp": true
|
|
878
|
+
},
|
|
838
879
|
{
|
|
839
880
|
"name": "version-history <sub-command>",
|
|
840
881
|
"alias": "vh",
|
package/dist/cli-reference.json
CHANGED
|
@@ -835,6 +835,47 @@
|
|
|
835
835
|
"group": "ungrouped",
|
|
836
836
|
"private": true
|
|
837
837
|
},
|
|
838
|
+
{
|
|
839
|
+
"name": "_scope-gc",
|
|
840
|
+
"alias": "",
|
|
841
|
+
"options": [
|
|
842
|
+
[
|
|
843
|
+
"v",
|
|
844
|
+
"verbose",
|
|
845
|
+
"show verbose output"
|
|
846
|
+
],
|
|
847
|
+
[
|
|
848
|
+
"d",
|
|
849
|
+
"dry-run",
|
|
850
|
+
"print the refs that are going to be deleted without actually deleting them"
|
|
851
|
+
],
|
|
852
|
+
[
|
|
853
|
+
"f",
|
|
854
|
+
"find-comp-id-origin <comp-id>",
|
|
855
|
+
"find the origin of a specific component"
|
|
856
|
+
],
|
|
857
|
+
[
|
|
858
|
+
"s",
|
|
859
|
+
"find-scope-id-origin <scope-id>",
|
|
860
|
+
"find the origin of all components of the given scope"
|
|
861
|
+
],
|
|
862
|
+
[
|
|
863
|
+
"r",
|
|
864
|
+
"restore",
|
|
865
|
+
"restore deleted objects (copy objects from \"deleted-objects\" directory to the scope)"
|
|
866
|
+
],
|
|
867
|
+
[
|
|
868
|
+
"",
|
|
869
|
+
"restore-overwrite",
|
|
870
|
+
"same as --restore but overwrite existing objects"
|
|
871
|
+
]
|
|
872
|
+
],
|
|
873
|
+
"description": "delete objects that have no reference from the components/lanes of this scope",
|
|
874
|
+
"extendedDescription": "the deleted objects are copied into \"deleted-objects\" directory in the local scope",
|
|
875
|
+
"group": "ungrouped",
|
|
876
|
+
"private": true,
|
|
877
|
+
"remoteOp": true
|
|
878
|
+
},
|
|
838
879
|
{
|
|
839
880
|
"name": "version-history <sub-command>",
|
|
840
881
|
"alias": "vh",
|