@salesforce/plugin-org 2.8.2 → 2.8.4

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +32 -4
  2. package/package.json +10 -10
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.8.2",
2
+ "version": "2.8.4",
3
3
  "commands": {
4
4
  "org:display": {
5
5
  "id": "org:display",
@@ -355,7 +355,11 @@
355
355
  "char": "w",
356
356
  "summary": "Number of minutes to wait while polling for status.",
357
357
  "description": "Sets the streaming client socket timeout, in minutes. If the streaming client socket has no contact from the server for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.",
358
- "multiple": false
358
+ "multiple": false,
359
+ "default": {
360
+ "quantity": 6,
361
+ "unit": 0
362
+ }
359
363
  },
360
364
  "loglevel": {
361
365
  "name": "loglevel",
@@ -497,7 +501,11 @@
497
501
  "type": "option",
498
502
  "char": "w",
499
503
  "summary": "Streaming client socket timeout (in minutes).",
500
- "multiple": false
504
+ "multiple": false,
505
+ "default": {
506
+ "quantity": 6,
507
+ "unit": 0
508
+ }
501
509
  },
502
510
  "durationdays": {
503
511
  "name": "durationdays",
@@ -674,7 +682,11 @@
674
682
  "type": "option",
675
683
  "char": "w",
676
684
  "summary": "Number of minutes to wait while polling for status.",
677
- "multiple": false
685
+ "multiple": false,
686
+ "default": {
687
+ "quantity": 6,
688
+ "unit": 0
689
+ }
678
690
  },
679
691
  "loglevel": {
680
692
  "name": "loglevel",
@@ -755,6 +767,10 @@
755
767
  "exclusive": [
756
768
  "async"
757
769
  ],
770
+ "default": {
771
+ "quantity": 30,
772
+ "unit": 0
773
+ },
758
774
  "deprecateAliases": true
759
775
  },
760
776
  "poll-interval": {
@@ -767,6 +783,10 @@
767
783
  "exclusive": [
768
784
  "async"
769
785
  ],
786
+ "default": {
787
+ "quantity": 30,
788
+ "unit": 2
789
+ },
770
790
  "deprecateAliases": true
771
791
  },
772
792
  "async": {
@@ -966,6 +986,10 @@
966
986
  "summary": "Number of days before the org expires.",
967
987
  "helpValue": "<days>",
968
988
  "multiple": false,
989
+ "default": {
990
+ "quantity": 7,
991
+ "unit": 4
992
+ },
969
993
  "deprecateAliases": true
970
994
  },
971
995
  "wait": {
@@ -976,6 +1000,10 @@
976
1000
  "description": "If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays the job ID. To resume the scratch org creation, run the org resume scratch command and pass it the job ID.",
977
1001
  "helpValue": "<minutes>",
978
1002
  "multiple": false,
1003
+ "default": {
1004
+ "quantity": 5,
1005
+ "unit": 0
1006
+ },
979
1007
  "deprecateAliases": true
980
1008
  },
981
1009
  "api-version": {
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": "2.8.2",
4
+ "version": "2.8.4",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
@@ -9,24 +9,24 @@
9
9
  "@oclif/core": "^2.8.4",
10
10
  "@salesforce/core": "^3.36.0",
11
11
  "@salesforce/kit": "^1.9.2",
12
- "@salesforce/sf-plugins-core": "^2.4.0",
13
- "@salesforce/source-deploy-retrieve": "^8.0.7",
12
+ "@salesforce/sf-plugins-core": "^2.4.2",
13
+ "@salesforce/source-deploy-retrieve": "^8.4.0",
14
14
  "open": "^8.4.2",
15
15
  "tslib": "^2"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-command-snapshot": "^3.3.10",
18
+ "@oclif/plugin-command-snapshot": "^3.3.14",
19
19
  "@salesforce/cli-plugins-testkit": "^3.3.5",
20
20
  "@salesforce/dev-config": "^3.1.0",
21
21
  "@salesforce/dev-scripts": "^4.3.1",
22
- "@salesforce/plugin-command-reference": "^2.2.9",
22
+ "@salesforce/plugin-command-reference": "^2.4.4",
23
23
  "@salesforce/plugin-source": "^2.10.4",
24
24
  "@salesforce/prettier-config": "^0.0.2",
25
25
  "@salesforce/ts-sinon": "1.4.6",
26
26
  "@swc/core": "1.3.39",
27
27
  "@types/shelljs": "^0.8.12",
28
28
  "@typescript-eslint/eslint-plugin": "^5.59.1",
29
- "@typescript-eslint/parser": "^5.59.1",
29
+ "@typescript-eslint/parser": "^5.59.2",
30
30
  "chai": "^4.3.7",
31
31
  "eslint": "^8.38.0",
32
32
  "eslint-config-prettier": "^8.8.0",
@@ -35,8 +35,8 @@
35
35
  "eslint-config-salesforce-typescript": "^1.1.1",
36
36
  "eslint-plugin-header": "^3.0.0",
37
37
  "eslint-plugin-import": "2.27.5",
38
- "eslint-plugin-jsdoc": "^40.0.3",
39
- "eslint-plugin-sf-plugin": "^1.15.1",
38
+ "eslint-plugin-jsdoc": "^40.3.0",
39
+ "eslint-plugin-sf-plugin": "^1.15.2",
40
40
  "husky": "^7.0.4",
41
41
  "mocha": "^10.2.0",
42
42
  "moment": "^2.29.1",
@@ -235,7 +235,7 @@
235
235
  }
236
236
  },
237
237
  "sfdx": {
238
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.8.2.crt",
239
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.8.2.sig"
238
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.8.4.crt",
239
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.8.4.sig"
240
240
  }
241
241
  }