oclif 4.15.26 → 4.15.28
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/oclif.manifest.json +83 -83
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -570,88 +570,6 @@
|
|
|
570
570
|
"readme.js"
|
|
571
571
|
]
|
|
572
572
|
},
|
|
573
|
-
"generate:command": {
|
|
574
|
-
"aliases": [],
|
|
575
|
-
"args": {
|
|
576
|
-
"name": {
|
|
577
|
-
"description": "name of command",
|
|
578
|
-
"name": "name",
|
|
579
|
-
"required": true
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
"description": "Add a command to an existing CLI or plugin.",
|
|
583
|
-
"flags": {
|
|
584
|
-
"commands-dir": {
|
|
585
|
-
"description": "The directory to create the command in.",
|
|
586
|
-
"name": "commands-dir",
|
|
587
|
-
"default": "src/commands",
|
|
588
|
-
"hasDynamicHelp": false,
|
|
589
|
-
"multiple": false,
|
|
590
|
-
"type": "option"
|
|
591
|
-
},
|
|
592
|
-
"force": {
|
|
593
|
-
"description": "Overwrite existing files.",
|
|
594
|
-
"name": "force",
|
|
595
|
-
"allowNo": false,
|
|
596
|
-
"type": "boolean"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
"hasDynamicHelp": false,
|
|
600
|
-
"hiddenAliases": [],
|
|
601
|
-
"id": "generate:command",
|
|
602
|
-
"pluginAlias": "oclif",
|
|
603
|
-
"pluginName": "oclif",
|
|
604
|
-
"pluginType": "core",
|
|
605
|
-
"strict": true,
|
|
606
|
-
"isESM": false,
|
|
607
|
-
"relativePath": [
|
|
608
|
-
"lib",
|
|
609
|
-
"commands",
|
|
610
|
-
"generate",
|
|
611
|
-
"command.js"
|
|
612
|
-
]
|
|
613
|
-
},
|
|
614
|
-
"generate:hook": {
|
|
615
|
-
"aliases": [],
|
|
616
|
-
"args": {
|
|
617
|
-
"name": {
|
|
618
|
-
"description": "Name of hook (snake_case).",
|
|
619
|
-
"name": "name",
|
|
620
|
-
"required": true
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"description": "Add a hook to an existing CLI or plugin.",
|
|
624
|
-
"flags": {
|
|
625
|
-
"event": {
|
|
626
|
-
"description": "Event to run hook on.",
|
|
627
|
-
"name": "event",
|
|
628
|
-
"default": "init",
|
|
629
|
-
"hasDynamicHelp": false,
|
|
630
|
-
"multiple": false,
|
|
631
|
-
"type": "option"
|
|
632
|
-
},
|
|
633
|
-
"force": {
|
|
634
|
-
"description": "Overwrite existing files.",
|
|
635
|
-
"name": "force",
|
|
636
|
-
"allowNo": false,
|
|
637
|
-
"type": "boolean"
|
|
638
|
-
}
|
|
639
|
-
},
|
|
640
|
-
"hasDynamicHelp": false,
|
|
641
|
-
"hiddenAliases": [],
|
|
642
|
-
"id": "generate:hook",
|
|
643
|
-
"pluginAlias": "oclif",
|
|
644
|
-
"pluginName": "oclif",
|
|
645
|
-
"pluginType": "core",
|
|
646
|
-
"strict": true,
|
|
647
|
-
"isESM": false,
|
|
648
|
-
"relativePath": [
|
|
649
|
-
"lib",
|
|
650
|
-
"commands",
|
|
651
|
-
"generate",
|
|
652
|
-
"hook.js"
|
|
653
|
-
]
|
|
654
|
-
},
|
|
655
573
|
"pack:deb": {
|
|
656
574
|
"aliases": [],
|
|
657
575
|
"args": {},
|
|
@@ -941,6 +859,88 @@
|
|
|
941
859
|
"win.js"
|
|
942
860
|
]
|
|
943
861
|
},
|
|
862
|
+
"generate:command": {
|
|
863
|
+
"aliases": [],
|
|
864
|
+
"args": {
|
|
865
|
+
"name": {
|
|
866
|
+
"description": "name of command",
|
|
867
|
+
"name": "name",
|
|
868
|
+
"required": true
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
"description": "Add a command to an existing CLI or plugin.",
|
|
872
|
+
"flags": {
|
|
873
|
+
"commands-dir": {
|
|
874
|
+
"description": "The directory to create the command in.",
|
|
875
|
+
"name": "commands-dir",
|
|
876
|
+
"default": "src/commands",
|
|
877
|
+
"hasDynamicHelp": false,
|
|
878
|
+
"multiple": false,
|
|
879
|
+
"type": "option"
|
|
880
|
+
},
|
|
881
|
+
"force": {
|
|
882
|
+
"description": "Overwrite existing files.",
|
|
883
|
+
"name": "force",
|
|
884
|
+
"allowNo": false,
|
|
885
|
+
"type": "boolean"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"hasDynamicHelp": false,
|
|
889
|
+
"hiddenAliases": [],
|
|
890
|
+
"id": "generate:command",
|
|
891
|
+
"pluginAlias": "oclif",
|
|
892
|
+
"pluginName": "oclif",
|
|
893
|
+
"pluginType": "core",
|
|
894
|
+
"strict": true,
|
|
895
|
+
"isESM": false,
|
|
896
|
+
"relativePath": [
|
|
897
|
+
"lib",
|
|
898
|
+
"commands",
|
|
899
|
+
"generate",
|
|
900
|
+
"command.js"
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
"generate:hook": {
|
|
904
|
+
"aliases": [],
|
|
905
|
+
"args": {
|
|
906
|
+
"name": {
|
|
907
|
+
"description": "Name of hook (snake_case).",
|
|
908
|
+
"name": "name",
|
|
909
|
+
"required": true
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"description": "Add a hook to an existing CLI or plugin.",
|
|
913
|
+
"flags": {
|
|
914
|
+
"event": {
|
|
915
|
+
"description": "Event to run hook on.",
|
|
916
|
+
"name": "event",
|
|
917
|
+
"default": "init",
|
|
918
|
+
"hasDynamicHelp": false,
|
|
919
|
+
"multiple": false,
|
|
920
|
+
"type": "option"
|
|
921
|
+
},
|
|
922
|
+
"force": {
|
|
923
|
+
"description": "Overwrite existing files.",
|
|
924
|
+
"name": "force",
|
|
925
|
+
"allowNo": false,
|
|
926
|
+
"type": "boolean"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"hasDynamicHelp": false,
|
|
930
|
+
"hiddenAliases": [],
|
|
931
|
+
"id": "generate:hook",
|
|
932
|
+
"pluginAlias": "oclif",
|
|
933
|
+
"pluginName": "oclif",
|
|
934
|
+
"pluginType": "core",
|
|
935
|
+
"strict": true,
|
|
936
|
+
"isESM": false,
|
|
937
|
+
"relativePath": [
|
|
938
|
+
"lib",
|
|
939
|
+
"commands",
|
|
940
|
+
"generate",
|
|
941
|
+
"hook.js"
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
944
|
"upload:deb": {
|
|
945
945
|
"aliases": [],
|
|
946
946
|
"args": {},
|
|
@@ -1123,5 +1123,5 @@
|
|
|
1123
1123
|
]
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
|
-
"version": "4.15.
|
|
1126
|
+
"version": "4.15.28"
|
|
1127
1127
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif",
|
|
3
3
|
"description": "oclif: create your own CLI",
|
|
4
|
-
"version": "4.15.
|
|
4
|
+
"version": "4.15.28",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@inquirer/confirm": "^3.1.22",
|
|
14
14
|
"@inquirer/input": "^2.2.4",
|
|
15
15
|
"@inquirer/select": "^2.5.0",
|
|
16
|
-
"@oclif/core": "^4.0.
|
|
17
|
-
"@oclif/plugin-help": "^6.2.
|
|
16
|
+
"@oclif/core": "^4.0.32",
|
|
17
|
+
"@oclif/plugin-help": "^6.2.17",
|
|
18
18
|
"@oclif/plugin-not-found": "^3.2.25",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.21",
|
|
20
20
|
"async-retry": "^1.3.3",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/debug": "^4.1.12",
|
|
45
45
|
"@types/ejs": "^3.1.5",
|
|
46
46
|
"@types/fs-extra": "^9.0",
|
|
47
|
-
"@types/lodash": "^4.17.
|
|
47
|
+
"@types/lodash": "^4.17.13",
|
|
48
48
|
"@types/mocha": "^10.0.9",
|
|
49
49
|
"@types/node": "^18",
|
|
50
50
|
"@types/semver": "^7.5.8",
|