@salesforce/plugin-org 4.0.1 → 4.0.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 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/4.0.1/src/commands/org/create/sandbox.ts)_
232
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/create/scratch.ts)_
386
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/delete/sandbox.ts)_
431
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/delete/scratch.ts)_
474
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/disable/tracking.ts)_
513
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/display.ts)_
558
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/enable/tracking.ts)_
600
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/list.ts)_
639
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/list/metadata.ts)_
706
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/list/metadata-types.ts)_
761
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/open.ts)_
833
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/refresh/sandbox.ts)_
910
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/resume/sandbox.ts)_
973
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/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/4.0.1/src/commands/org/resume/scratch.ts)_
1020
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/resume/scratch.ts)_
1021
1021
 
1022
1022
  <!-- commandsstop -->
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-org",
9
- "version": "4.0.1",
9
+ "version": "4.0.2",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.0",
13
13
  "@salesforce/core": "^6.6.0",
14
14
  "@salesforce/kit": "^3.1.0",
15
- "@salesforce/sf-plugins-core": "^8.0.1",
15
+ "@salesforce/sf-plugins-core": "^8.0.3",
16
16
  "@salesforce/source-deploy-retrieve": "^10.5.5",
17
17
  "chalk": "^5.3.0",
18
18
  "change-case": "^5.4.4",
@@ -23,7 +23,7 @@
23
23
  "@oclif/plugin-command-snapshot": "^5.1.2",
24
24
  "@salesforce/cli-plugins-testkit": "^5.1.14",
25
25
  "@salesforce/dev-scripts": "^8.4.4",
26
- "@salesforce/plugin-command-reference": "^3.0.70",
26
+ "@salesforce/plugin-command-reference": "^3.0.74",
27
27
  "@salesforce/ts-sinon": "1.4.19",
28
28
  "eslint-plugin-sf-plugin": "^1.17.4",
29
29
  "moment": "^2.30.1",
@@ -3454,15 +3454,15 @@
3454
3454
  }
3455
3455
  },
3456
3456
  "node_modules/@salesforce/plugin-command-reference": {
3457
- "version": "3.0.70",
3458
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
3459
- "integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
3457
+ "version": "3.0.74",
3458
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.74.tgz",
3459
+ "integrity": "sha512-YJR4kUes+wCBshCDEL3gooxwXmsJrH08ITZfwn4VvpM/KLQtiZAzMQXarvqge9Gp8rcxAv7HREsulT7SCffafg==",
3460
3460
  "dev": true,
3461
3461
  "license": "BSD-3-Clause",
3462
3462
  "dependencies": {
3463
- "@oclif/core": "^3.20.0",
3464
- "@salesforce/core": "^6.5.3",
3465
- "@salesforce/kit": "^3.0.15",
3463
+ "@oclif/core": "^3.26.0",
3464
+ "@salesforce/core": "^6.7.3",
3465
+ "@salesforce/kit": "^3.1.0",
3466
3466
  "@salesforce/sf-plugins-core": "^5.0.13",
3467
3467
  "@salesforce/ts-types": "^2.0.9",
3468
3468
  "chalk": "^4",
@@ -3550,16 +3550,16 @@
3550
3550
  "license": "ISC"
3551
3551
  },
3552
3552
  "node_modules/@salesforce/sf-plugins-core": {
3553
- "version": "8.0.1",
3554
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz",
3555
- "integrity": "sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==",
3553
+ "version": "8.0.3",
3554
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.3.tgz",
3555
+ "integrity": "sha512-RJIi0lbpOg6ZflRDCTi/8E3QBhOHfvA5F3xlvThuQo9Yw2SvOjti+s/+Z2RCpvWdy4aaleeGqqgn7AwDi/ISDQ==",
3556
3556
  "license": "BSD-3-Clause",
3557
3557
  "dependencies": {
3558
3558
  "@inquirer/confirm": "^2.0.17",
3559
3559
  "@inquirer/password": "^1.1.16",
3560
- "@oclif/core": "^3.23.0",
3560
+ "@oclif/core": "^3.26.0",
3561
3561
  "@salesforce/core": "^6.7.3",
3562
- "@salesforce/kit": "^3.0.15",
3562
+ "@salesforce/kit": "^3.1.0",
3563
3563
  "@salesforce/ts-types": "^2.0.9",
3564
3564
  "chalk": "^5.3.0"
3565
3565
  },
package/oclif.lock CHANGED
@@ -1306,7 +1306,7 @@
1306
1306
  wordwrap "^1.0.0"
1307
1307
  wrap-ansi "^7.0.0"
1308
1308
 
1309
- "@oclif/core@^3.15.1", "@oclif/core@^3.20.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
1309
+ "@oclif/core@^3.15.1", "@oclif/core@^3.26.0":
1310
1310
  version "3.26.0"
1311
1311
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1312
1312
  integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
@@ -1405,7 +1405,7 @@
1405
1405
  strip-ansi "6.0.1"
1406
1406
  ts-retry-promise "^0.8.0"
1407
1407
 
1408
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.3", "@salesforce/core@^6.7.6":
1408
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.3", "@salesforce/core@^6.7.6":
1409
1409
  version "6.7.6"
1410
1410
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
1411
1411
  integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
@@ -1473,14 +1473,14 @@
1473
1473
  "@salesforce/ts-types" "^2.0.9"
1474
1474
  tslib "^2.6.2"
1475
1475
 
1476
- "@salesforce/plugin-command-reference@^3.0.70":
1477
- version "3.0.70"
1478
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz#0573fcdaf86679a98e0e8088ed75f2e7d0388639"
1479
- integrity sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==
1476
+ "@salesforce/plugin-command-reference@^3.0.74":
1477
+ version "3.0.74"
1478
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.74.tgz#910277267b31f97b94b49d6f22b5ad046a729011"
1479
+ integrity sha512-YJR4kUes+wCBshCDEL3gooxwXmsJrH08ITZfwn4VvpM/KLQtiZAzMQXarvqge9Gp8rcxAv7HREsulT7SCffafg==
1480
1480
  dependencies:
1481
- "@oclif/core" "^3.20.0"
1482
- "@salesforce/core" "^6.5.3"
1483
- "@salesforce/kit" "^3.0.15"
1481
+ "@oclif/core" "^3.26.0"
1482
+ "@salesforce/core" "^6.7.3"
1483
+ "@salesforce/kit" "^3.1.0"
1484
1484
  "@salesforce/sf-plugins-core" "^5.0.13"
1485
1485
  "@salesforce/ts-types" "^2.0.9"
1486
1486
  chalk "^4"
@@ -1510,16 +1510,16 @@
1510
1510
  chalk "^4"
1511
1511
  inquirer "^8.2.5"
1512
1512
 
1513
- "@salesforce/sf-plugins-core@^8.0.1":
1514
- version "8.0.1"
1515
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz#f155cddfd7695aab0d8264848b634b2a91cdbf2c"
1516
- integrity sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==
1513
+ "@salesforce/sf-plugins-core@^8.0.3":
1514
+ version "8.0.3"
1515
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.3.tgz#df8840419031b8d3ec2db171246757a9bfb38655"
1516
+ integrity sha512-RJIi0lbpOg6ZflRDCTi/8E3QBhOHfvA5F3xlvThuQo9Yw2SvOjti+s/+Z2RCpvWdy4aaleeGqqgn7AwDi/ISDQ==
1517
1517
  dependencies:
1518
1518
  "@inquirer/confirm" "^2.0.17"
1519
1519
  "@inquirer/password" "^1.1.16"
1520
- "@oclif/core" "^3.23.0"
1520
+ "@oclif/core" "^3.26.0"
1521
1521
  "@salesforce/core" "^6.7.3"
1522
- "@salesforce/kit" "^3.0.15"
1522
+ "@salesforce/kit" "^3.1.0"
1523
1523
  "@salesforce/ts-types" "^2.0.9"
1524
1524
  chalk "^5.3.0"
1525
1525
 
@@ -1982,5 +1982,5 @@
1982
1982
  ]
1983
1983
  }
1984
1984
  },
1985
- "version": "4.0.1"
1985
+ "version": "4.0.2"
1986
1986
  }
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": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.0",
9
9
  "@salesforce/core": "^6.6.0",
10
10
  "@salesforce/kit": "^3.1.0",
11
- "@salesforce/sf-plugins-core": "^8.0.1",
11
+ "@salesforce/sf-plugins-core": "^8.0.3",
12
12
  "@salesforce/source-deploy-retrieve": "^10.5.5",
13
13
  "chalk": "^5.3.0",
14
14
  "change-case": "^5.4.4",
@@ -19,7 +19,7 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.1.2",
20
20
  "@salesforce/cli-plugins-testkit": "^5.1.14",
21
21
  "@salesforce/dev-scripts": "^8.4.4",
22
- "@salesforce/plugin-command-reference": "^3.0.70",
22
+ "@salesforce/plugin-command-reference": "^3.0.74",
23
23
  "@salesforce/ts-sinon": "1.4.19",
24
24
  "eslint-plugin-sf-plugin": "^1.17.4",
25
25
  "moment": "^2.30.1",
@@ -235,7 +235,7 @@
235
235
  "exports": "./lib/index.js",
236
236
  "type": "module",
237
237
  "sfdx": {
238
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.1.crt",
239
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.1.sig"
238
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.2.crt",
239
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.2.sig"
240
240
  }
241
241
  }