@salesforce/cli 2.61.2-qa.0 → 2.61.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 +1 -1
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +7 -7
- package/package.json +3 -3
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.61.2
|
|
3
|
+
"version": "2.61.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.61.2
|
|
9
|
+
"version": "2.61.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
57
57
|
"@salesforce/ts-types": "^2.0.10",
|
|
58
58
|
"aws-sdk": "^2.1691.0",
|
|
59
|
-
"oclif": "4.14.
|
|
59
|
+
"oclif": "^4.14.35",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
@@ -18628,9 +18628,9 @@
|
|
|
18628
18628
|
"license": "MIT"
|
|
18629
18629
|
},
|
|
18630
18630
|
"node_modules/oclif": {
|
|
18631
|
-
"version": "4.14.
|
|
18632
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18633
|
-
"integrity": "sha512-
|
|
18631
|
+
"version": "4.14.35",
|
|
18632
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz",
|
|
18633
|
+
"integrity": "sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==",
|
|
18634
18634
|
"dev": true,
|
|
18635
18635
|
"license": "MIT",
|
|
18636
18636
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -8789,10 +8789,10 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8789
8789
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8790
8790
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8791
8791
|
|
|
8792
|
-
oclif
|
|
8793
|
-
version "4.14.
|
|
8794
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
8795
|
-
integrity sha512-
|
|
8792
|
+
oclif@^4.14.35:
|
|
8793
|
+
version "4.14.35"
|
|
8794
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz"
|
|
8795
|
+
integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==
|
|
8796
8796
|
dependencies:
|
|
8797
8797
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
8798
8798
|
"@aws-sdk/client-s3" "^3.651.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
},
|
|
1870
1870
|
"wait": {
|
|
1871
1871
|
"char": "w",
|
|
1872
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
1872
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
1873
1873
|
"exclusive": [
|
|
1874
1874
|
"async"
|
|
1875
1875
|
],
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
},
|
|
2053
2053
|
"wait": {
|
|
2054
2054
|
"char": "w",
|
|
2055
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
2055
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
2056
2056
|
"exclusive": [
|
|
2057
2057
|
"async"
|
|
2058
2058
|
],
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
},
|
|
2158
2158
|
"test-level": {
|
|
2159
2159
|
"char": "l",
|
|
2160
|
-
"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
|
|
2160
|
+
"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 the section \"Running Tests in a Deployment\" in the \"Metadata API Developer Guide\". (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)",
|
|
2161
2161
|
"name": "test-level",
|
|
2162
2162
|
"summary": "Deployment Apex testing level.",
|
|
2163
2163
|
"hasDynamicHelp": false,
|
|
@@ -2179,7 +2179,7 @@
|
|
|
2179
2179
|
},
|
|
2180
2180
|
"wait": {
|
|
2181
2181
|
"char": "w",
|
|
2182
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
2182
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
2183
2183
|
"exclusive": [
|
|
2184
2184
|
"async"
|
|
2185
2185
|
],
|
|
@@ -2299,7 +2299,7 @@
|
|
|
2299
2299
|
},
|
|
2300
2300
|
"test-level": {
|
|
2301
2301
|
"char": "l",
|
|
2302
|
-
"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
|
|
2302
|
+
"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 the section \"Running Tests in a Deployment\" in the \"Metadata API Developer Guide\". (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)",
|
|
2303
2303
|
"name": "test-level",
|
|
2304
2304
|
"summary": "Deployment Apex testing level.",
|
|
2305
2305
|
"hasDynamicHelp": false,
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
},
|
|
2322
2322
|
"wait": {
|
|
2323
2323
|
"char": "w",
|
|
2324
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"
|
|
2324
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run \"sf project deploy pipeline report\".",
|
|
2325
2325
|
"exclusive": [
|
|
2326
2326
|
"async"
|
|
2327
2327
|
],
|
|
@@ -5370,5 +5370,5 @@
|
|
|
5370
5370
|
]
|
|
5371
5371
|
}
|
|
5372
5372
|
},
|
|
5373
|
-
"version": "2.61.2
|
|
5373
|
+
"version": "2.61.2"
|
|
5374
5374
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.61.2
|
|
4
|
+
"version": "2.61.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@salesforce/plugin-custom-metadata": "3.3.33",
|
|
80
80
|
"@salesforce/plugin-community": "3.2.32",
|
|
81
81
|
"@salesforce/plugin-dev": "2.4.2",
|
|
82
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
82
|
+
"@salesforce/plugin-devops-center": "1.2.24",
|
|
83
83
|
"@salesforce/plugin-env": "3.0.33",
|
|
84
84
|
"@salesforce/plugin-functions": "1.23.0",
|
|
85
85
|
"@salesforce/plugin-signups": "2.5.18",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
257
257
|
"@salesforce/ts-types": "^2.0.10",
|
|
258
258
|
"aws-sdk": "^2.1691.0",
|
|
259
|
-
"oclif": "4.14.
|
|
259
|
+
"oclif": "^4.14.35",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
261
|
"typescript": "^5.6.2"
|
|
262
262
|
},
|