@salesforce/cli 2.13.9 → 2.14.1

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.
@@ -1425,7 +1425,7 @@
1425
1425
  "type": "option",
1426
1426
  "char": "l",
1427
1427
  "summary": "Deployment Apex testing level.",
1428
- "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --run-tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1428
+ "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1429
1429
  "multiple": false,
1430
1430
  "options": [
1431
1431
  "NoTestRun",
@@ -1551,7 +1551,7 @@
1551
1551
  "type": "option",
1552
1552
  "char": "l",
1553
1553
  "summary": "Deployment Apex testing level.",
1554
- "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --run-tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1554
+ "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1555
1555
  "multiple": false,
1556
1556
  "options": [
1557
1557
  "NoTestRun",
@@ -6594,5 +6594,5 @@
6594
6594
  ]
6595
6595
  }
6596
6596
  },
6597
- "version": "2.13.9"
6597
+ "version": "2.14.1"
6598
6598
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.13.9",
4
+ "version": "2.14.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -74,7 +74,7 @@
74
74
  "@salesforce/plugin-custom-metadata": "2.2.7",
75
75
  "@salesforce/plugin-community": "2.4.5",
76
76
  "@salesforce/plugin-dev": "1.2.0",
77
- "@salesforce/plugin-devops-center": "1.2.2",
77
+ "@salesforce/plugin-devops-center": "1.2.3",
78
78
  "@salesforce/plugin-env": "2.2.6",
79
79
  "@salesforce/plugin-functions": "1.22.3",
80
80
  "@salesforce/plugin-packaging": "1.26.3",
@@ -125,18 +125,18 @@
125
125
  "@oclif/core": "3.0.3",
126
126
  "@oclif/plugin-autocomplete": "2.3.9",
127
127
  "@oclif/plugin-commands": "2.2.28",
128
- "@oclif/plugin-help": "5.2.20",
129
- "@oclif/plugin-not-found": "2.4.3",
128
+ "@oclif/plugin-help": "6.0.2",
129
+ "@oclif/plugin-not-found": "3.0.1",
130
130
  "@oclif/plugin-plugins": "3.9.1",
131
- "@oclif/plugin-search": "0.0.23",
132
- "@oclif/plugin-update": "3.2.4",
133
- "@oclif/plugin-version": "2.0.1",
131
+ "@oclif/plugin-search": "1.0.2",
132
+ "@oclif/plugin-update": "4.1.1",
133
+ "@oclif/plugin-version": "2.0.2",
134
134
  "@oclif/plugin-warn-if-update-available": "2.1.1",
135
- "@oclif/plugin-which": "2.2.34",
135
+ "@oclif/plugin-which": "3.0.2",
136
136
  "@salesforce/core": "^5.2.0",
137
137
  "@salesforce/plugin-apex": "2.3.19",
138
138
  "@salesforce/plugin-auth": "2.8.20",
139
- "@salesforce/plugin-data": "2.5.16",
139
+ "@salesforce/plugin-data": "2.5.17",
140
140
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
141
141
  "@salesforce/plugin-info": "2.6.49",
142
142
  "@salesforce/plugin-limits": "2.3.38",
@@ -149,7 +149,7 @@
149
149
  "@salesforce/plugin-source": "2.10.40",
150
150
  "@salesforce/plugin-telemetry": "2.3.6",
151
151
  "@salesforce/plugin-templates": "55.5.14",
152
- "@salesforce/plugin-trust": "2.6.18",
152
+ "@salesforce/plugin-trust": "2.6.19",
153
153
  "@salesforce/plugin-user": "2.3.36",
154
154
  "@salesforce/sf-plugins-core": "4.0.0",
155
155
  "debug": "^4.3.4"