@salesforce/plugin-org 3.3.0 → 3.3.2
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 +13 -13
- package/oclif.lock +45 -43
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ FLAG DESCRIPTIONS
|
|
|
216
216
|
sandbox.
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
219
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/create/sandbox.ts)_
|
|
220
220
|
|
|
221
221
|
## `sf org create scratch`
|
|
222
222
|
|
|
@@ -369,7 +369,7 @@ FLAG DESCRIPTIONS
|
|
|
369
369
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
372
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/create/scratch.ts)_
|
|
373
373
|
|
|
374
374
|
## `sf org delete sandbox`
|
|
375
375
|
|
|
@@ -413,7 +413,7 @@ EXAMPLES
|
|
|
413
413
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
416
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/delete/sandbox.ts)_
|
|
417
417
|
|
|
418
418
|
## `sf org delete scratch`
|
|
419
419
|
|
|
@@ -455,7 +455,7 @@ EXAMPLES
|
|
|
455
455
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
456
456
|
```
|
|
457
457
|
|
|
458
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
458
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/delete/scratch.ts)_
|
|
459
459
|
|
|
460
460
|
## `sf org disable tracking`
|
|
461
461
|
|
|
@@ -493,7 +493,7 @@ EXAMPLES
|
|
|
493
493
|
$ sf org disable tracking
|
|
494
494
|
```
|
|
495
495
|
|
|
496
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
496
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/disable/tracking.ts)_
|
|
497
497
|
|
|
498
498
|
## `sf org display`
|
|
499
499
|
|
|
@@ -537,7 +537,7 @@ EXAMPLES
|
|
|
537
537
|
$ sf org display --target-org TestOrg1 --verbose
|
|
538
538
|
```
|
|
539
539
|
|
|
540
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
540
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/display.ts)_
|
|
541
541
|
|
|
542
542
|
## `sf org enable tracking`
|
|
543
543
|
|
|
@@ -578,7 +578,7 @@ EXAMPLES
|
|
|
578
578
|
$ sf org enable tracking
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
581
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/enable/tracking.ts)_
|
|
582
582
|
|
|
583
583
|
## `sf org list`
|
|
584
584
|
|
|
@@ -616,7 +616,7 @@ EXAMPLES
|
|
|
616
616
|
$ sf org list --clean
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
619
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/list.ts)_
|
|
620
620
|
|
|
621
621
|
## `sf org list metadata`
|
|
622
622
|
|
|
@@ -681,7 +681,7 @@ FLAG DESCRIPTIONS
|
|
|
681
681
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
682
682
|
```
|
|
683
683
|
|
|
684
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
684
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/list/metadata.ts)_
|
|
685
685
|
|
|
686
686
|
## `sf org list metadata-types`
|
|
687
687
|
|
|
@@ -735,7 +735,7 @@ FLAG DESCRIPTIONS
|
|
|
735
735
|
Override the api version used for api requests made by this command
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
738
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/list/metadata-types.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf org open`
|
|
741
741
|
|
|
@@ -806,7 +806,7 @@ EXAMPLES
|
|
|
806
806
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
809
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/open.ts)_
|
|
810
810
|
|
|
811
811
|
## `sf org resume sandbox`
|
|
812
812
|
|
|
@@ -868,7 +868,7 @@ FLAG DESCRIPTIONS
|
|
|
868
868
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
871
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/resume/sandbox.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf org resume scratch`
|
|
874
874
|
|
|
@@ -914,6 +914,6 @@ FLAG DESCRIPTIONS
|
|
|
914
914
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
915
915
|
```
|
|
916
916
|
|
|
917
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
917
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.2/src/commands/org/resume/scratch.ts)_
|
|
918
918
|
|
|
919
919
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -800,11 +800,12 @@
|
|
|
800
800
|
read-package-json-fast "^3.0.0"
|
|
801
801
|
which "^3.0.0"
|
|
802
802
|
|
|
803
|
-
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
|
|
804
|
-
version "3.
|
|
805
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
806
|
-
integrity sha512
|
|
803
|
+
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
804
|
+
version "3.18.1"
|
|
805
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
806
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
807
807
|
dependencies:
|
|
808
|
+
"@types/cli-progress" "^3.11.5"
|
|
808
809
|
ansi-escapes "^4.3.2"
|
|
809
810
|
ansi-styles "^4.3.0"
|
|
810
811
|
cardinal "^2.1.1"
|
|
@@ -828,7 +829,6 @@
|
|
|
828
829
|
strip-ansi "^6.0.1"
|
|
829
830
|
supports-color "^8.1.1"
|
|
830
831
|
supports-hyperlinks "^2.2.0"
|
|
831
|
-
tsconfck "^3.0.0"
|
|
832
832
|
widest-line "^3.1.0"
|
|
833
833
|
wordwrap "^1.0.0"
|
|
834
834
|
wrap-ansi "^7.0.0"
|
|
@@ -996,10 +996,10 @@
|
|
|
996
996
|
strip-ansi "6.0.1"
|
|
997
997
|
ts-retry-promise "^0.7.1"
|
|
998
998
|
|
|
999
|
-
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
|
|
1000
|
-
version "6.4.
|
|
1001
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
1002
|
-
integrity sha512-
|
|
999
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
|
|
1000
|
+
version "6.4.7"
|
|
1001
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
1002
|
+
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
1003
1003
|
dependencies:
|
|
1004
1004
|
"@salesforce/kit" "^3.0.15"
|
|
1005
1005
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
jsforce "^2.0.0-beta.29"
|
|
1014
1014
|
jsonwebtoken "9.0.2"
|
|
1015
1015
|
jszip "3.10.1"
|
|
1016
|
-
pino "^8.
|
|
1016
|
+
pino "^8.17.2"
|
|
1017
1017
|
pino-abstract-transport "^1.1.0"
|
|
1018
1018
|
pino-pretty "^10.3.1"
|
|
1019
1019
|
proper-lockfile "^4.1.2"
|
|
@@ -1025,10 +1025,10 @@
|
|
|
1025
1025
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1026
1026
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1027
1027
|
|
|
1028
|
-
"@salesforce/dev-scripts@^8.
|
|
1029
|
-
version "8.
|
|
1030
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1031
|
-
integrity sha512-
|
|
1028
|
+
"@salesforce/dev-scripts@^8.3.0":
|
|
1029
|
+
version "8.3.0"
|
|
1030
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
|
|
1031
|
+
integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
|
|
1032
1032
|
dependencies:
|
|
1033
1033
|
"@commitlint/cli" "^17.1.2"
|
|
1034
1034
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
cosmiconfig "^7.0.0"
|
|
1044
1044
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1045
1045
|
husky "^7.0.4"
|
|
1046
|
-
linkinator "^6.0.
|
|
1046
|
+
linkinator "^6.0.3"
|
|
1047
1047
|
mocha "^10.2.0"
|
|
1048
1048
|
nyc "^15.1.0"
|
|
1049
1049
|
prettier "^2.8.8"
|
|
@@ -1102,15 +1102,15 @@
|
|
|
1102
1102
|
chalk "^4"
|
|
1103
1103
|
inquirer "^8.2.5"
|
|
1104
1104
|
|
|
1105
|
-
"@salesforce/sf-plugins-core@^7.
|
|
1106
|
-
version "7.
|
|
1107
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.
|
|
1108
|
-
integrity sha512-
|
|
1105
|
+
"@salesforce/sf-plugins-core@^7.1.2":
|
|
1106
|
+
version "7.1.2"
|
|
1107
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.2.tgz#65773d4c51a60ea96430416318e7a7301c9216ca"
|
|
1108
|
+
integrity sha512-CNBUPSQnidOq08l18E1l4lQ+I5KL0lTL/octZB1h2PAXqDXPfSjVOWeC+2zbB7oB5lECP35zK3x8AJvW9/X96Q==
|
|
1109
1109
|
dependencies:
|
|
1110
1110
|
"@inquirer/confirm" "^2.0.15"
|
|
1111
1111
|
"@inquirer/password" "^1.1.14"
|
|
1112
1112
|
"@oclif/core" "^3.16.0"
|
|
1113
|
-
"@salesforce/core" "^6.4.
|
|
1113
|
+
"@salesforce/core" "^6.4.7"
|
|
1114
1114
|
"@salesforce/kit" "^3.0.15"
|
|
1115
1115
|
"@salesforce/ts-types" "^2.0.9"
|
|
1116
1116
|
chalk "^5.3.0"
|
|
@@ -1291,6 +1291,13 @@
|
|
|
1291
1291
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1292
1292
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1293
1293
|
|
|
1294
|
+
"@types/cli-progress@^3.11.5":
|
|
1295
|
+
version "3.11.5"
|
|
1296
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1297
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1298
|
+
dependencies:
|
|
1299
|
+
"@types/node" "*"
|
|
1300
|
+
|
|
1294
1301
|
"@types/expect@^1.20.4":
|
|
1295
1302
|
version "1.20.4"
|
|
1296
1303
|
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
|
@@ -5000,10 +5007,10 @@ lines-and-columns@^1.1.6:
|
|
|
5000
5007
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
5001
5008
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5002
5009
|
|
|
5003
|
-
linkinator@^6.0.
|
|
5004
|
-
version "6.0.
|
|
5005
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
5006
|
-
integrity sha512-
|
|
5010
|
+
linkinator@^6.0.3:
|
|
5011
|
+
version "6.0.3"
|
|
5012
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
|
|
5013
|
+
integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
|
|
5007
5014
|
dependencies:
|
|
5008
5015
|
chalk "^5.0.0"
|
|
5009
5016
|
escape-html "^1.0.3"
|
|
@@ -5011,7 +5018,7 @@ linkinator@^6.0.2:
|
|
|
5011
5018
|
glob "^10.3.10"
|
|
5012
5019
|
htmlparser2 "^9.0.0"
|
|
5013
5020
|
marked "^10.0.0"
|
|
5014
|
-
meow "^
|
|
5021
|
+
meow "^13.0.0"
|
|
5015
5022
|
mime "^3.0.0"
|
|
5016
5023
|
server-destroy "^1.0.1"
|
|
5017
5024
|
srcset "^5.0.0"
|
|
@@ -5363,10 +5370,10 @@ marked@^4.3.0:
|
|
|
5363
5370
|
vinyl "^2.0.1"
|
|
5364
5371
|
vinyl-file "^3.0.0"
|
|
5365
5372
|
|
|
5366
|
-
meow@^
|
|
5367
|
-
version "
|
|
5368
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
5369
|
-
integrity sha512-
|
|
5373
|
+
meow@^13.0.0:
|
|
5374
|
+
version "13.1.0"
|
|
5375
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
5376
|
+
integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
|
|
5370
5377
|
|
|
5371
5378
|
meow@^8.0.0, meow@^8.1.2:
|
|
5372
5379
|
version "8.1.2"
|
|
@@ -6526,17 +6533,17 @@ pino-std-serializers@^6.0.0:
|
|
|
6526
6533
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6527
6534
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6528
6535
|
|
|
6529
|
-
pino@^8.
|
|
6530
|
-
version "8.
|
|
6531
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6532
|
-
integrity sha512-
|
|
6536
|
+
pino@^8.17.2:
|
|
6537
|
+
version "8.17.2"
|
|
6538
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
|
|
6539
|
+
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
|
|
6533
6540
|
dependencies:
|
|
6534
6541
|
atomic-sleep "^1.0.0"
|
|
6535
6542
|
fast-redact "^3.1.1"
|
|
6536
6543
|
on-exit-leak-free "^2.1.0"
|
|
6537
6544
|
pino-abstract-transport v1.1.0
|
|
6538
6545
|
pino-std-serializers "^6.0.0"
|
|
6539
|
-
process-warning "^
|
|
6546
|
+
process-warning "^3.0.0"
|
|
6540
6547
|
quick-format-unescaped "^4.0.3"
|
|
6541
6548
|
real-require "^0.2.0"
|
|
6542
6549
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6614,10 +6621,10 @@ process-on-spawn@^1.0.0:
|
|
|
6614
6621
|
dependencies:
|
|
6615
6622
|
fromentries "^1.2.0"
|
|
6616
6623
|
|
|
6617
|
-
process-warning@^
|
|
6618
|
-
version "
|
|
6619
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6620
|
-
integrity sha512
|
|
6624
|
+
process-warning@^3.0.0:
|
|
6625
|
+
version "3.0.0"
|
|
6626
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
|
|
6627
|
+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
|
|
6621
6628
|
|
|
6622
6629
|
process@^0.11.10:
|
|
6623
6630
|
version "0.11.10"
|
|
@@ -7737,11 +7744,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7737
7744
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7738
7745
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7739
7746
|
|
|
7740
|
-
tsconfck@^3.0.0:
|
|
7741
|
-
version "3.0.0"
|
|
7742
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7743
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7744
|
-
|
|
7745
7747
|
tsconfig-paths@^3.14.2:
|
|
7746
7748
|
version "3.14.2"
|
|
7747
7749
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.18.1",
|
|
9
9
|
"@salesforce/core": "^6.4.4",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^7.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.2",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^10.2.5",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.3.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
21
|
-
"@salesforce/dev-scripts": "^8.
|
|
21
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.61",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
24
24
|
"@types/shelljs": "^0.8.14",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"exports": "./lib/index.js",
|
|
239
239
|
"type": "module",
|
|
240
240
|
"sfdx": {
|
|
241
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.
|
|
242
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.
|
|
241
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.2.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.2.sig"
|
|
243
243
|
}
|
|
244
244
|
}
|