@salesforce/plugin-org 3.6.2 → 3.6.3
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/README.md +14 -14
- package/npm-shrinkwrap.json +304 -166
- package/oclif.lock +35 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
|
|
|
229
229
|
sandbox.
|
|
230
230
|
```
|
|
231
231
|
|
|
232
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
232
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/create/sandbox.ts)_
|
|
233
233
|
|
|
234
234
|
## `sf org create scratch`
|
|
235
235
|
|
|
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
|
|
|
383
383
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
386
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/create/scratch.ts)_
|
|
387
387
|
|
|
388
388
|
## `sf org delete sandbox`
|
|
389
389
|
|
|
@@ -428,7 +428,7 @@ EXAMPLES
|
|
|
428
428
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
429
429
|
```
|
|
430
430
|
|
|
431
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
431
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/delete/sandbox.ts)_
|
|
432
432
|
|
|
433
433
|
## `sf org delete scratch`
|
|
434
434
|
|
|
@@ -471,7 +471,7 @@ EXAMPLES
|
|
|
471
471
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
474
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/delete/scratch.ts)_
|
|
475
475
|
|
|
476
476
|
## `sf org disable tracking`
|
|
477
477
|
|
|
@@ -510,7 +510,7 @@ EXAMPLES
|
|
|
510
510
|
$ sf org disable tracking
|
|
511
511
|
```
|
|
512
512
|
|
|
513
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
513
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/disable/tracking.ts)_
|
|
514
514
|
|
|
515
515
|
## `sf org display`
|
|
516
516
|
|
|
@@ -555,7 +555,7 @@ EXAMPLES
|
|
|
555
555
|
$ sf org display --target-org TestOrg1 --verbose
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
558
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/display.ts)_
|
|
559
559
|
|
|
560
560
|
## `sf org enable tracking`
|
|
561
561
|
|
|
@@ -597,7 +597,7 @@ EXAMPLES
|
|
|
597
597
|
$ sf org enable tracking
|
|
598
598
|
```
|
|
599
599
|
|
|
600
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
600
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/enable/tracking.ts)_
|
|
601
601
|
|
|
602
602
|
## `sf org list`
|
|
603
603
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
$ sf org list --clean
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
639
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/list.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf org list metadata`
|
|
642
642
|
|
|
@@ -703,7 +703,7 @@ FLAG DESCRIPTIONS
|
|
|
703
703
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
706
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/list/metadata.ts)_
|
|
707
707
|
|
|
708
708
|
## `sf org list metadata-types`
|
|
709
709
|
|
|
@@ -758,7 +758,7 @@ FLAG DESCRIPTIONS
|
|
|
758
758
|
Override the api version used for api requests made by this command
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
761
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/list/metadata-types.ts)_
|
|
762
762
|
|
|
763
763
|
## `sf org open`
|
|
764
764
|
|
|
@@ -830,7 +830,7 @@ EXAMPLES
|
|
|
830
830
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
833
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/open.ts)_
|
|
834
834
|
|
|
835
835
|
## `sf org refresh sandbox`
|
|
836
836
|
|
|
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
|
|
|
907
907
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
910
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/refresh/sandbox.ts)_
|
|
911
911
|
|
|
912
912
|
## `sf org resume sandbox`
|
|
913
913
|
|
|
@@ -970,7 +970,7 @@ FLAG DESCRIPTIONS
|
|
|
970
970
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
971
971
|
```
|
|
972
972
|
|
|
973
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
973
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/resume/sandbox.ts)_
|
|
974
974
|
|
|
975
975
|
## `sf org resume scratch`
|
|
976
976
|
|
|
@@ -1017,6 +1017,6 @@ FLAG DESCRIPTIONS
|
|
|
1017
1017
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1018
1018
|
```
|
|
1019
1019
|
|
|
1020
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.
|
|
1020
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.6.3/src/commands/org/resume/scratch.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-org",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.
|
|
12
|
+
"@oclif/core": "^3.26.0",
|
|
13
13
|
"@salesforce/core": "^6.6.0",
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^8.0.1",
|
|
@@ -1986,24 +1986,6 @@
|
|
|
1986
1986
|
"node": ">=12"
|
|
1987
1987
|
}
|
|
1988
1988
|
},
|
|
1989
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
1990
|
-
"version": "7.0.0",
|
|
1991
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1992
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1993
|
-
"dev": true,
|
|
1994
|
-
"license": "MIT",
|
|
1995
|
-
"dependencies": {
|
|
1996
|
-
"ansi-styles": "^4.0.0",
|
|
1997
|
-
"string-width": "^4.1.0",
|
|
1998
|
-
"strip-ansi": "^6.0.0"
|
|
1999
|
-
},
|
|
2000
|
-
"engines": {
|
|
2001
|
-
"node": ">=10"
|
|
2002
|
-
},
|
|
2003
|
-
"funding": {
|
|
2004
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
1989
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2008
1990
|
"version": "17.7.2",
|
|
2009
1991
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -2552,6 +2534,26 @@
|
|
|
2552
2534
|
"url": "https://opencollective.com/eslint"
|
|
2553
2535
|
}
|
|
2554
2536
|
},
|
|
2537
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2538
|
+
"version": "2.0.1",
|
|
2539
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2540
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2541
|
+
"dev": true,
|
|
2542
|
+
"license": "Python-2.0"
|
|
2543
|
+
},
|
|
2544
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2545
|
+
"version": "4.1.0",
|
|
2546
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2547
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2548
|
+
"dev": true,
|
|
2549
|
+
"license": "MIT",
|
|
2550
|
+
"dependencies": {
|
|
2551
|
+
"argparse": "^2.0.1"
|
|
2552
|
+
},
|
|
2553
|
+
"bin": {
|
|
2554
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2555
2557
|
"node_modules/@eslint/js": {
|
|
2556
2558
|
"version": "8.57.0",
|
|
2557
2559
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2715,6 +2717,20 @@
|
|
|
2715
2717
|
"url": "https://github.com/sponsors/isaacs"
|
|
2716
2718
|
}
|
|
2717
2719
|
},
|
|
2720
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2721
|
+
"version": "6.2.0",
|
|
2722
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2723
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2724
|
+
"license": "MIT",
|
|
2725
|
+
"dependencies": {
|
|
2726
|
+
"ansi-styles": "^4.0.0",
|
|
2727
|
+
"string-width": "^4.1.0",
|
|
2728
|
+
"strip-ansi": "^6.0.0"
|
|
2729
|
+
},
|
|
2730
|
+
"engines": {
|
|
2731
|
+
"node": ">=8"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2718
2734
|
"node_modules/@inquirer/password": {
|
|
2719
2735
|
"version": "1.1.16",
|
|
2720
2736
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
@@ -2882,37 +2898,6 @@
|
|
|
2882
2898
|
"node": ">=8"
|
|
2883
2899
|
}
|
|
2884
2900
|
},
|
|
2885
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
2886
|
-
"version": "1.0.10",
|
|
2887
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2888
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2889
|
-
"dev": true,
|
|
2890
|
-
"license": "MIT",
|
|
2891
|
-
"dependencies": {
|
|
2892
|
-
"sprintf-js": "~1.0.2"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2896
|
-
"version": "3.14.1",
|
|
2897
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2898
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2899
|
-
"dev": true,
|
|
2900
|
-
"license": "MIT",
|
|
2901
|
-
"dependencies": {
|
|
2902
|
-
"argparse": "^1.0.7",
|
|
2903
|
-
"esprima": "^4.0.0"
|
|
2904
|
-
},
|
|
2905
|
-
"bin": {
|
|
2906
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
|
|
2910
|
-
"version": "1.0.3",
|
|
2911
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
2912
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
2913
|
-
"dev": true,
|
|
2914
|
-
"license": "BSD-3-Clause"
|
|
2915
|
-
},
|
|
2916
2901
|
"node_modules/@istanbuljs/schema": {
|
|
2917
2902
|
"version": "0.1.3",
|
|
2918
2903
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -3250,9 +3235,9 @@
|
|
|
3250
3235
|
}
|
|
3251
3236
|
},
|
|
3252
3237
|
"node_modules/@oclif/core": {
|
|
3253
|
-
"version": "3.
|
|
3254
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3255
|
-
"integrity": "sha512-
|
|
3238
|
+
"version": "3.26.0",
|
|
3239
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3240
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3256
3241
|
"license": "MIT",
|
|
3257
3242
|
"dependencies": {
|
|
3258
3243
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3288,15 +3273,6 @@
|
|
|
3288
3273
|
"node": ">=18.0.0"
|
|
3289
3274
|
}
|
|
3290
3275
|
},
|
|
3291
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
3292
|
-
"version": "1.0.10",
|
|
3293
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3294
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3295
|
-
"license": "MIT",
|
|
3296
|
-
"dependencies": {
|
|
3297
|
-
"sprintf-js": "~1.0.2"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
3276
|
"node_modules/@oclif/core/node_modules/chalk": {
|
|
3301
3277
|
"version": "4.1.2",
|
|
3302
3278
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -3337,19 +3313,6 @@
|
|
|
3337
3313
|
"node": ">=8"
|
|
3338
3314
|
}
|
|
3339
3315
|
},
|
|
3340
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
3341
|
-
"version": "3.14.1",
|
|
3342
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3343
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3344
|
-
"license": "MIT",
|
|
3345
|
-
"dependencies": {
|
|
3346
|
-
"argparse": "^1.0.7",
|
|
3347
|
-
"esprima": "^4.0.0"
|
|
3348
|
-
},
|
|
3349
|
-
"bin": {
|
|
3350
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3351
|
-
}
|
|
3352
|
-
},
|
|
3353
3316
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3354
3317
|
"version": "9.0.3",
|
|
3355
3318
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -3365,12 +3328,6 @@
|
|
|
3365
3328
|
"url": "https://github.com/sponsors/isaacs"
|
|
3366
3329
|
}
|
|
3367
3330
|
},
|
|
3368
|
-
"node_modules/@oclif/core/node_modules/sprintf-js": {
|
|
3369
|
-
"version": "1.0.3",
|
|
3370
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
3371
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
3372
|
-
"license": "BSD-3-Clause"
|
|
3373
|
-
},
|
|
3374
3331
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
3375
3332
|
"version": "8.1.1",
|
|
3376
3333
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3386,23 +3343,6 @@
|
|
|
3386
3343
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3387
3344
|
}
|
|
3388
3345
|
},
|
|
3389
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
3390
|
-
"version": "7.0.0",
|
|
3391
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3392
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3393
|
-
"license": "MIT",
|
|
3394
|
-
"dependencies": {
|
|
3395
|
-
"ansi-styles": "^4.0.0",
|
|
3396
|
-
"string-width": "^4.1.0",
|
|
3397
|
-
"strip-ansi": "^6.0.0"
|
|
3398
|
-
},
|
|
3399
|
-
"engines": {
|
|
3400
|
-
"node": ">=10"
|
|
3401
|
-
},
|
|
3402
|
-
"funding": {
|
|
3403
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3404
|
-
}
|
|
3405
|
-
},
|
|
3406
3346
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3407
3347
|
"version": "5.1.2",
|
|
3408
3348
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz",
|
|
@@ -3425,6 +3365,107 @@
|
|
|
3425
3365
|
"node": ">=18.0.0"
|
|
3426
3366
|
}
|
|
3427
3367
|
},
|
|
3368
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3369
|
+
"version": "3.25.2",
|
|
3370
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
|
3371
|
+
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
|
3372
|
+
"dev": true,
|
|
3373
|
+
"license": "MIT",
|
|
3374
|
+
"dependencies": {
|
|
3375
|
+
"@types/cli-progress": "^3.11.5",
|
|
3376
|
+
"ansi-escapes": "^4.3.2",
|
|
3377
|
+
"ansi-styles": "^4.3.0",
|
|
3378
|
+
"cardinal": "^2.1.1",
|
|
3379
|
+
"chalk": "^4.1.2",
|
|
3380
|
+
"clean-stack": "^3.0.1",
|
|
3381
|
+
"cli-progress": "^3.12.0",
|
|
3382
|
+
"color": "^4.2.3",
|
|
3383
|
+
"debug": "^4.3.4",
|
|
3384
|
+
"ejs": "^3.1.9",
|
|
3385
|
+
"get-package-type": "^0.1.0",
|
|
3386
|
+
"globby": "^11.1.0",
|
|
3387
|
+
"hyperlinker": "^1.0.0",
|
|
3388
|
+
"indent-string": "^4.0.0",
|
|
3389
|
+
"is-wsl": "^2.2.0",
|
|
3390
|
+
"js-yaml": "^3.14.1",
|
|
3391
|
+
"minimatch": "^9.0.3",
|
|
3392
|
+
"natural-orderby": "^2.0.3",
|
|
3393
|
+
"object-treeify": "^1.1.33",
|
|
3394
|
+
"password-prompt": "^1.1.3",
|
|
3395
|
+
"slice-ansi": "^4.0.0",
|
|
3396
|
+
"string-width": "^4.2.3",
|
|
3397
|
+
"strip-ansi": "^6.0.1",
|
|
3398
|
+
"supports-color": "^8.1.1",
|
|
3399
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3400
|
+
"widest-line": "^3.1.0",
|
|
3401
|
+
"wordwrap": "^1.0.0",
|
|
3402
|
+
"wrap-ansi": "^7.0.0"
|
|
3403
|
+
},
|
|
3404
|
+
"engines": {
|
|
3405
|
+
"node": ">=18.0.0"
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3408
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3409
|
+
"version": "4.1.2",
|
|
3410
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3411
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3412
|
+
"dev": true,
|
|
3413
|
+
"license": "MIT",
|
|
3414
|
+
"dependencies": {
|
|
3415
|
+
"ansi-styles": "^4.1.0",
|
|
3416
|
+
"supports-color": "^7.1.0"
|
|
3417
|
+
},
|
|
3418
|
+
"engines": {
|
|
3419
|
+
"node": ">=10"
|
|
3420
|
+
},
|
|
3421
|
+
"funding": {
|
|
3422
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3426
|
+
"version": "7.2.0",
|
|
3427
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3428
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3429
|
+
"dev": true,
|
|
3430
|
+
"license": "MIT",
|
|
3431
|
+
"dependencies": {
|
|
3432
|
+
"has-flag": "^4.0.0"
|
|
3433
|
+
},
|
|
3434
|
+
"engines": {
|
|
3435
|
+
"node": ">=8"
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3439
|
+
"version": "11.1.0",
|
|
3440
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3441
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3442
|
+
"dev": true,
|
|
3443
|
+
"license": "MIT",
|
|
3444
|
+
"dependencies": {
|
|
3445
|
+
"array-union": "^2.1.0",
|
|
3446
|
+
"dir-glob": "^3.0.1",
|
|
3447
|
+
"fast-glob": "^3.2.9",
|
|
3448
|
+
"ignore": "^5.2.0",
|
|
3449
|
+
"merge2": "^1.4.1",
|
|
3450
|
+
"slash": "^3.0.0"
|
|
3451
|
+
},
|
|
3452
|
+
"engines": {
|
|
3453
|
+
"node": ">=10"
|
|
3454
|
+
},
|
|
3455
|
+
"funding": {
|
|
3456
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3460
|
+
"version": "3.0.0",
|
|
3461
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3462
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3463
|
+
"dev": true,
|
|
3464
|
+
"license": "MIT",
|
|
3465
|
+
"engines": {
|
|
3466
|
+
"node": ">=8"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3428
3469
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3429
3470
|
"version": "14.0.1",
|
|
3430
3471
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3446,6 +3487,35 @@
|
|
|
3446
3487
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3447
3488
|
}
|
|
3448
3489
|
},
|
|
3490
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/is-wsl": {
|
|
3491
|
+
"version": "2.2.0",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
3493
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
3494
|
+
"dev": true,
|
|
3495
|
+
"license": "MIT",
|
|
3496
|
+
"dependencies": {
|
|
3497
|
+
"is-docker": "^2.0.0"
|
|
3498
|
+
},
|
|
3499
|
+
"engines": {
|
|
3500
|
+
"node": ">=8"
|
|
3501
|
+
}
|
|
3502
|
+
},
|
|
3503
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3504
|
+
"version": "9.0.3",
|
|
3505
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3506
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3507
|
+
"dev": true,
|
|
3508
|
+
"license": "ISC",
|
|
3509
|
+
"dependencies": {
|
|
3510
|
+
"brace-expansion": "^2.0.1"
|
|
3511
|
+
},
|
|
3512
|
+
"engines": {
|
|
3513
|
+
"node": ">=16 || 14 >=14.17"
|
|
3514
|
+
},
|
|
3515
|
+
"funding": {
|
|
3516
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3449
3519
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3450
3520
|
"version": "5.0.0",
|
|
3451
3521
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3472,6 +3542,22 @@
|
|
|
3472
3542
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3473
3543
|
}
|
|
3474
3544
|
},
|
|
3545
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3546
|
+
"version": "8.1.1",
|
|
3547
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3548
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3549
|
+
"dev": true,
|
|
3550
|
+
"license": "MIT",
|
|
3551
|
+
"dependencies": {
|
|
3552
|
+
"has-flag": "^4.0.0"
|
|
3553
|
+
},
|
|
3554
|
+
"engines": {
|
|
3555
|
+
"node": ">=10"
|
|
3556
|
+
},
|
|
3557
|
+
"funding": {
|
|
3558
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3475
3561
|
"node_modules/@oclif/plugin-help": {
|
|
3476
3562
|
"version": "6.0.17",
|
|
3477
3563
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
|
|
@@ -5831,11 +5917,13 @@
|
|
|
5831
5917
|
"license": "MIT"
|
|
5832
5918
|
},
|
|
5833
5919
|
"node_modules/argparse": {
|
|
5834
|
-
"version": "
|
|
5835
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
5836
|
-
"integrity": "sha512-
|
|
5837
|
-
"
|
|
5838
|
-
"
|
|
5920
|
+
"version": "1.0.10",
|
|
5921
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5922
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5923
|
+
"license": "MIT",
|
|
5924
|
+
"dependencies": {
|
|
5925
|
+
"sprintf-js": "~1.0.2"
|
|
5926
|
+
}
|
|
5839
5927
|
},
|
|
5840
5928
|
"node_modules/array-buffer-byte-length": {
|
|
5841
5929
|
"version": "1.0.1",
|
|
@@ -6813,6 +6901,21 @@
|
|
|
6813
6901
|
"wrap-ansi": "^6.2.0"
|
|
6814
6902
|
}
|
|
6815
6903
|
},
|
|
6904
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
6905
|
+
"version": "6.2.0",
|
|
6906
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6907
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6908
|
+
"dev": true,
|
|
6909
|
+
"license": "MIT",
|
|
6910
|
+
"dependencies": {
|
|
6911
|
+
"ansi-styles": "^4.0.0",
|
|
6912
|
+
"string-width": "^4.1.0",
|
|
6913
|
+
"strip-ansi": "^6.0.0"
|
|
6914
|
+
},
|
|
6915
|
+
"engines": {
|
|
6916
|
+
"node": ">=8"
|
|
6917
|
+
}
|
|
6918
|
+
},
|
|
6816
6919
|
"node_modules/clone": {
|
|
6817
6920
|
"version": "1.0.4",
|
|
6818
6921
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -7198,6 +7301,26 @@
|
|
|
7198
7301
|
}
|
|
7199
7302
|
}
|
|
7200
7303
|
},
|
|
7304
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
7305
|
+
"version": "2.0.1",
|
|
7306
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7307
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7308
|
+
"dev": true,
|
|
7309
|
+
"license": "Python-2.0"
|
|
7310
|
+
},
|
|
7311
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
7312
|
+
"version": "4.1.0",
|
|
7313
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7314
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7315
|
+
"dev": true,
|
|
7316
|
+
"license": "MIT",
|
|
7317
|
+
"dependencies": {
|
|
7318
|
+
"argparse": "^2.0.1"
|
|
7319
|
+
},
|
|
7320
|
+
"bin": {
|
|
7321
|
+
"js-yaml": "bin/js-yaml.js"
|
|
7322
|
+
}
|
|
7323
|
+
},
|
|
7201
7324
|
"node_modules/create-require": {
|
|
7202
7325
|
"version": "1.1.1",
|
|
7203
7326
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -8323,6 +8446,13 @@
|
|
|
8323
8446
|
"url": "https://opencollective.com/eslint"
|
|
8324
8447
|
}
|
|
8325
8448
|
},
|
|
8449
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
8450
|
+
"version": "2.0.1",
|
|
8451
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
8452
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
8453
|
+
"dev": true,
|
|
8454
|
+
"license": "Python-2.0"
|
|
8455
|
+
},
|
|
8326
8456
|
"node_modules/eslint/node_modules/chalk": {
|
|
8327
8457
|
"version": "4.1.2",
|
|
8328
8458
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -8383,6 +8513,19 @@
|
|
|
8383
8513
|
"node": ">=10.13.0"
|
|
8384
8514
|
}
|
|
8385
8515
|
},
|
|
8516
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
8517
|
+
"version": "4.1.0",
|
|
8518
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
8519
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
8520
|
+
"dev": true,
|
|
8521
|
+
"license": "MIT",
|
|
8522
|
+
"dependencies": {
|
|
8523
|
+
"argparse": "^2.0.1"
|
|
8524
|
+
},
|
|
8525
|
+
"bin": {
|
|
8526
|
+
"js-yaml": "bin/js-yaml.js"
|
|
8527
|
+
}
|
|
8528
|
+
},
|
|
8386
8529
|
"node_modules/eslint/node_modules/locate-path": {
|
|
8387
8530
|
"version": "6.0.0",
|
|
8388
8531
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -10011,6 +10154,21 @@
|
|
|
10011
10154
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
10012
10155
|
}
|
|
10013
10156
|
},
|
|
10157
|
+
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
10158
|
+
"version": "6.2.0",
|
|
10159
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
10160
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
10161
|
+
"dev": true,
|
|
10162
|
+
"license": "MIT",
|
|
10163
|
+
"dependencies": {
|
|
10164
|
+
"ansi-styles": "^4.0.0",
|
|
10165
|
+
"string-width": "^4.1.0",
|
|
10166
|
+
"strip-ansi": "^6.0.0"
|
|
10167
|
+
},
|
|
10168
|
+
"engines": {
|
|
10169
|
+
"node": ">=8"
|
|
10170
|
+
}
|
|
10171
|
+
},
|
|
10014
10172
|
"node_modules/internal-slot": {
|
|
10015
10173
|
"version": "1.0.7",
|
|
10016
10174
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
|
|
@@ -10049,6 +10207,12 @@
|
|
|
10049
10207
|
"node": ">= 12"
|
|
10050
10208
|
}
|
|
10051
10209
|
},
|
|
10210
|
+
"node_modules/ip-address/node_modules/sprintf-js": {
|
|
10211
|
+
"version": "1.1.3",
|
|
10212
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
10213
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
10214
|
+
"license": "BSD-3-Clause"
|
|
10215
|
+
},
|
|
10052
10216
|
"node_modules/is-array-buffer": {
|
|
10053
10217
|
"version": "3.0.4",
|
|
10054
10218
|
"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
|
|
@@ -10777,13 +10941,13 @@
|
|
|
10777
10941
|
"license": "MIT"
|
|
10778
10942
|
},
|
|
10779
10943
|
"node_modules/js-yaml": {
|
|
10780
|
-
"version": "
|
|
10781
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
10782
|
-
"integrity": "sha512-
|
|
10783
|
-
"dev": true,
|
|
10944
|
+
"version": "3.14.1",
|
|
10945
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
10946
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
10784
10947
|
"license": "MIT",
|
|
10785
10948
|
"dependencies": {
|
|
10786
|
-
"argparse": "^
|
|
10949
|
+
"argparse": "^1.0.7",
|
|
10950
|
+
"esprima": "^4.0.0"
|
|
10787
10951
|
},
|
|
10788
10952
|
"bin": {
|
|
10789
10953
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -11408,30 +11572,6 @@
|
|
|
11408
11572
|
"node": ">=6"
|
|
11409
11573
|
}
|
|
11410
11574
|
},
|
|
11411
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
11412
|
-
"version": "1.0.10",
|
|
11413
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
11414
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
11415
|
-
"dev": true,
|
|
11416
|
-
"license": "MIT",
|
|
11417
|
-
"dependencies": {
|
|
11418
|
-
"sprintf-js": "~1.0.2"
|
|
11419
|
-
}
|
|
11420
|
-
},
|
|
11421
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
11422
|
-
"version": "3.14.1",
|
|
11423
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
11424
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
11425
|
-
"dev": true,
|
|
11426
|
-
"license": "MIT",
|
|
11427
|
-
"dependencies": {
|
|
11428
|
-
"argparse": "^1.0.7",
|
|
11429
|
-
"esprima": "^4.0.0"
|
|
11430
|
-
},
|
|
11431
|
-
"bin": {
|
|
11432
|
-
"js-yaml": "bin/js-yaml.js"
|
|
11433
|
-
}
|
|
11434
|
-
},
|
|
11435
11575
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
11436
11576
|
"version": "4.0.1",
|
|
11437
11577
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -11442,13 +11582,6 @@
|
|
|
11442
11582
|
"node": ">=6"
|
|
11443
11583
|
}
|
|
11444
11584
|
},
|
|
11445
|
-
"node_modules/load-yaml-file/node_modules/sprintf-js": {
|
|
11446
|
-
"version": "1.0.3",
|
|
11447
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
11448
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
11449
|
-
"dev": true,
|
|
11450
|
-
"license": "BSD-3-Clause"
|
|
11451
|
-
},
|
|
11452
11585
|
"node_modules/locate-path": {
|
|
11453
11586
|
"version": "5.0.0",
|
|
11454
11587
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -12485,6 +12618,13 @@
|
|
|
12485
12618
|
"node": ">= 14.0.0"
|
|
12486
12619
|
}
|
|
12487
12620
|
},
|
|
12621
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
12622
|
+
"version": "2.0.1",
|
|
12623
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
12624
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
12625
|
+
"dev": true,
|
|
12626
|
+
"license": "Python-2.0"
|
|
12627
|
+
},
|
|
12488
12628
|
"node_modules/mocha/node_modules/diff": {
|
|
12489
12629
|
"version": "5.0.0",
|
|
12490
12630
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -12545,6 +12685,19 @@
|
|
|
12545
12685
|
"node": ">=10"
|
|
12546
12686
|
}
|
|
12547
12687
|
},
|
|
12688
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
12689
|
+
"version": "4.1.0",
|
|
12690
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
12691
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
12692
|
+
"dev": true,
|
|
12693
|
+
"license": "MIT",
|
|
12694
|
+
"dependencies": {
|
|
12695
|
+
"argparse": "^2.0.1"
|
|
12696
|
+
},
|
|
12697
|
+
"bin": {
|
|
12698
|
+
"js-yaml": "bin/js-yaml.js"
|
|
12699
|
+
}
|
|
12700
|
+
},
|
|
12548
12701
|
"node_modules/mocha/node_modules/locate-path": {
|
|
12549
12702
|
"version": "6.0.0",
|
|
12550
12703
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -16093,9 +16246,9 @@
|
|
|
16093
16246
|
}
|
|
16094
16247
|
},
|
|
16095
16248
|
"node_modules/sprintf-js": {
|
|
16096
|
-
"version": "1.
|
|
16097
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.
|
|
16098
|
-
"integrity": "sha512-
|
|
16249
|
+
"version": "1.0.3",
|
|
16250
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
16251
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
16099
16252
|
"license": "BSD-3-Clause"
|
|
16100
16253
|
},
|
|
16101
16254
|
"node_modules/srcset": {
|
|
@@ -17375,9 +17528,9 @@
|
|
|
17375
17528
|
"license": "Apache-2.0"
|
|
17376
17529
|
},
|
|
17377
17530
|
"node_modules/wrap-ansi": {
|
|
17378
|
-
"version": "
|
|
17379
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
17380
|
-
"integrity": "sha512-
|
|
17531
|
+
"version": "7.0.0",
|
|
17532
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
17533
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
17381
17534
|
"license": "MIT",
|
|
17382
17535
|
"dependencies": {
|
|
17383
17536
|
"ansi-styles": "^4.0.0",
|
|
@@ -17385,7 +17538,10 @@
|
|
|
17385
17538
|
"strip-ansi": "^6.0.0"
|
|
17386
17539
|
},
|
|
17387
17540
|
"engines": {
|
|
17388
|
-
"node": ">=
|
|
17541
|
+
"node": ">=10"
|
|
17542
|
+
},
|
|
17543
|
+
"funding": {
|
|
17544
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17389
17545
|
}
|
|
17390
17546
|
},
|
|
17391
17547
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -17563,24 +17719,6 @@
|
|
|
17563
17719
|
"wrap-ansi": "^7.0.0"
|
|
17564
17720
|
}
|
|
17565
17721
|
},
|
|
17566
|
-
"node_modules/yargs/node_modules/wrap-ansi": {
|
|
17567
|
-
"version": "7.0.0",
|
|
17568
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
17569
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
17570
|
-
"dev": true,
|
|
17571
|
-
"license": "MIT",
|
|
17572
|
-
"dependencies": {
|
|
17573
|
-
"ansi-styles": "^4.0.0",
|
|
17574
|
-
"string-width": "^4.1.0",
|
|
17575
|
-
"strip-ansi": "^6.0.0"
|
|
17576
|
-
},
|
|
17577
|
-
"engines": {
|
|
17578
|
-
"node": ">=10"
|
|
17579
|
-
},
|
|
17580
|
-
"funding": {
|
|
17581
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17582
|
-
}
|
|
17583
|
-
},
|
|
17584
17722
|
"node_modules/yeoman-environment": {
|
|
17585
17723
|
"version": "3.19.3",
|
|
17586
17724
|
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.19.3.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
read-package-json-fast "^3.0.0"
|
|
1711
1711
|
which "^3.0.0"
|
|
1712
1712
|
|
|
1713
|
-
"@oclif/core@3.25.2"
|
|
1713
|
+
"@oclif/core@3.25.2":
|
|
1714
1714
|
version "3.25.2"
|
|
1715
1715
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1716
1716
|
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
@@ -1744,6 +1744,40 @@
|
|
|
1744
1744
|
wordwrap "^1.0.0"
|
|
1745
1745
|
wrap-ansi "^7.0.0"
|
|
1746
1746
|
|
|
1747
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
|
|
1748
|
+
version "3.26.0"
|
|
1749
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1750
|
+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1751
|
+
dependencies:
|
|
1752
|
+
"@types/cli-progress" "^3.11.5"
|
|
1753
|
+
ansi-escapes "^4.3.2"
|
|
1754
|
+
ansi-styles "^4.3.0"
|
|
1755
|
+
cardinal "^2.1.1"
|
|
1756
|
+
chalk "^4.1.2"
|
|
1757
|
+
clean-stack "^3.0.1"
|
|
1758
|
+
cli-progress "^3.12.0"
|
|
1759
|
+
color "^4.2.3"
|
|
1760
|
+
debug "^4.3.4"
|
|
1761
|
+
ejs "^3.1.9"
|
|
1762
|
+
get-package-type "^0.1.0"
|
|
1763
|
+
globby "^11.1.0"
|
|
1764
|
+
hyperlinker "^1.0.0"
|
|
1765
|
+
indent-string "^4.0.0"
|
|
1766
|
+
is-wsl "^2.2.0"
|
|
1767
|
+
js-yaml "^3.14.1"
|
|
1768
|
+
minimatch "^9.0.3"
|
|
1769
|
+
natural-orderby "^2.0.3"
|
|
1770
|
+
object-treeify "^1.1.33"
|
|
1771
|
+
password-prompt "^1.1.3"
|
|
1772
|
+
slice-ansi "^4.0.0"
|
|
1773
|
+
string-width "^4.2.3"
|
|
1774
|
+
strip-ansi "^6.0.1"
|
|
1775
|
+
supports-color "^8.1.1"
|
|
1776
|
+
supports-hyperlinks "^2.2.0"
|
|
1777
|
+
widest-line "^3.1.0"
|
|
1778
|
+
wordwrap "^1.0.0"
|
|
1779
|
+
wrap-ansi "^7.0.0"
|
|
1780
|
+
|
|
1747
1781
|
"@oclif/plugin-command-snapshot@^5.1.2":
|
|
1748
1782
|
version "5.1.2"
|
|
1749
1783
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.26.0",
|
|
9
9
|
"@salesforce/core": "^6.6.0",
|
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^8.0.1",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"exports": "./lib/index.js",
|
|
238
238
|
"type": "module",
|
|
239
239
|
"sfdx": {
|
|
240
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.6.
|
|
241
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.6.
|
|
240
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.6.3.crt",
|
|
241
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.6.3.sig"
|
|
242
242
|
}
|
|
243
243
|
}
|