@salesforce/plugin-org 3.3.13 → 3.3.14
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 +30 -18
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/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.14/src/commands/org/resume/scratch.ts)_
|
|
918
918
|
|
|
919
919
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1638,12 +1638,12 @@
|
|
|
1638
1638
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1639
1639
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1640
1640
|
|
|
1641
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1642
|
-
version "5.1.
|
|
1643
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1644
|
-
integrity sha512-
|
|
1641
|
+
"@salesforce/cli-plugins-testkit@^5.1.9":
|
|
1642
|
+
version "5.1.9"
|
|
1643
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
|
|
1644
|
+
integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
|
|
1645
1645
|
dependencies:
|
|
1646
|
-
"@salesforce/core" "^6.5.
|
|
1646
|
+
"@salesforce/core" "^6.5.3"
|
|
1647
1647
|
"@salesforce/kit" "^3.0.15"
|
|
1648
1648
|
"@salesforce/ts-types" "^2.0.9"
|
|
1649
1649
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1653,15 +1653,15 @@
|
|
|
1653
1653
|
strip-ansi "6.0.1"
|
|
1654
1654
|
ts-retry-promise "^0.8.0"
|
|
1655
1655
|
|
|
1656
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2":
|
|
1657
|
-
version "6.5.
|
|
1658
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
1659
|
-
integrity sha512-
|
|
1656
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1657
|
+
version "6.5.5"
|
|
1658
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
|
|
1659
|
+
integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
|
|
1660
1660
|
dependencies:
|
|
1661
1661
|
"@salesforce/kit" "^3.0.15"
|
|
1662
1662
|
"@salesforce/schemas" "^1.6.1"
|
|
1663
1663
|
"@salesforce/ts-types" "^2.0.9"
|
|
1664
|
-
"@types/semver" "^7.5.
|
|
1664
|
+
"@types/semver" "^7.5.7"
|
|
1665
1665
|
ajv "^8.12.0"
|
|
1666
1666
|
change-case "^4.1.2"
|
|
1667
1667
|
faye "^1.4.0"
|
|
@@ -1674,7 +1674,7 @@
|
|
|
1674
1674
|
pino-abstract-transport "^1.1.0"
|
|
1675
1675
|
pino-pretty "^10.3.1"
|
|
1676
1676
|
proper-lockfile "^4.1.2"
|
|
1677
|
-
semver "^7.
|
|
1677
|
+
semver "^7.6.0"
|
|
1678
1678
|
ts-retry-promise "^0.7.1"
|
|
1679
1679
|
|
|
1680
1680
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -2554,11 +2554,16 @@
|
|
|
2554
2554
|
dependencies:
|
|
2555
2555
|
"@types/node" "*"
|
|
2556
2556
|
|
|
2557
|
-
"@types/semver@^7.5.0"
|
|
2557
|
+
"@types/semver@^7.5.0":
|
|
2558
2558
|
version "7.5.6"
|
|
2559
2559
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
2560
2560
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
2561
2561
|
|
|
2562
|
+
"@types/semver@^7.5.7":
|
|
2563
|
+
version "7.5.7"
|
|
2564
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
|
|
2565
|
+
integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==
|
|
2566
|
+
|
|
2562
2567
|
"@types/shelljs@^0.8.14", "@types/shelljs@^0.8.15":
|
|
2563
2568
|
version "0.8.15"
|
|
2564
2569
|
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
|
|
@@ -5465,14 +5470,14 @@ interpret@^1.0.0:
|
|
|
5465
5470
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5466
5471
|
|
|
5467
5472
|
ip@^1.1.8:
|
|
5468
|
-
version "1.1.
|
|
5469
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.
|
|
5470
|
-
integrity sha512-
|
|
5473
|
+
version "1.1.9"
|
|
5474
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
|
|
5475
|
+
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
|
|
5471
5476
|
|
|
5472
5477
|
ip@^2.0.0:
|
|
5473
|
-
version "2.0.
|
|
5474
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5475
|
-
integrity sha512-
|
|
5478
|
+
version "2.0.1"
|
|
5479
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5480
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5476
5481
|
|
|
5477
5482
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5478
5483
|
version "3.0.2"
|
|
@@ -8173,6 +8178,13 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
8173
8178
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
8174
8179
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8175
8180
|
|
|
8181
|
+
semver@^7.6.0:
|
|
8182
|
+
version "7.6.0"
|
|
8183
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
8184
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
8185
|
+
dependencies:
|
|
8186
|
+
lru-cache "^6.0.0"
|
|
8187
|
+
|
|
8176
8188
|
sentence-case@^3.0.4:
|
|
8177
8189
|
version "3.0.4"
|
|
8178
8190
|
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.14",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.65",
|
|
23
23
|
"@salesforce/ts-sinon": "1.4.19",
|
|
@@ -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.14.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.14.sig"
|
|
243
243
|
}
|
|
244
244
|
}
|