@salesforce/cli 2.42.0 → 2.42.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.
- package/README.md +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +14 -26
- package/package.json +2 -2
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.42.
|
|
3
|
+
"version": "2.42.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.42.
|
|
9
|
+
"version": "2.42.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -1814,7 +1814,7 @@
|
|
|
1814
1814
|
"project:deploy:pipeline:quick": {
|
|
1815
1815
|
"aliases": [],
|
|
1816
1816
|
"args": {},
|
|
1817
|
-
"description": "
|
|
1817
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nBefore you run this command, create a validated deployment with the \"project deploy pipeline validate\" command, which returns a job ID. Validated deployments haven't been deployed to the org yet; you deploy them with this command. Either pass the job ID to this command or use the --use-most-recent flag to use the job ID of the most recently validated deployment. For the quick deploy to succeed, the associated validated deployment must also have succeeded.\n\nExecuting this quick deploy command takes less time than a standard deploy because it skips running Apex tests. These tests were previously run as part of the validation. Validating first and then running a quick deploy is useful if the deployment to your production org take several hours and you don’t want to risk a failed deploy.\n\nThis command doesn't support source-tracking. The source you deploy overwrites the corresponding metadata in your org. This command doesn’t attempt to merge your source with the versions in your org.",
|
|
1818
1818
|
"examples": [
|
|
1819
1819
|
"Run a quick deploy using your default Devops Center org and a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
1820
1820
|
"Asynchronously run a quick deploy of the most recently validated deployment using an org with alias \"my-prod-org\":\n<%= config.bin %> <%= command.id %> --async --use-most-recent --devops-center-username my-prod-org"
|
|
@@ -1857,11 +1857,8 @@
|
|
|
1857
1857
|
],
|
|
1858
1858
|
"name": "wait",
|
|
1859
1859
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
1860
|
-
"default":
|
|
1861
|
-
|
|
1862
|
-
"unit": 0
|
|
1863
|
-
},
|
|
1864
|
-
"hasDynamicHelp": false,
|
|
1860
|
+
"default": "33 minutes",
|
|
1861
|
+
"hasDynamicHelp": true,
|
|
1865
1862
|
"helpValue": "<minutes>",
|
|
1866
1863
|
"multiple": false,
|
|
1867
1864
|
"type": "option"
|
|
@@ -1917,7 +1914,7 @@
|
|
|
1917
1914
|
"project:deploy:pipeline:report": {
|
|
1918
1915
|
"aliases": [],
|
|
1919
1916
|
"args": {},
|
|
1920
|
-
"description": "
|
|
1917
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nRun this command by either indicating a job ID or specifying the —use-most-recent flag to use the job ID of the most recent deploy operation.",
|
|
1921
1918
|
"examples": [
|
|
1922
1919
|
"Check the status using a job ID:\n<%= config.bin %> <%= command.id %> --devops-center-username MyStagingSandbox --job-id 0Af0x000017yLUFCA2",
|
|
1923
1920
|
"Check the status of the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --devops-center-username MyStagingSandbox --use-most-recent"
|
|
@@ -1981,7 +1978,7 @@
|
|
|
1981
1978
|
"project:deploy:pipeline:resume": {
|
|
1982
1979
|
"aliases": [],
|
|
1983
1980
|
"args": {},
|
|
1984
|
-
"description": "
|
|
1981
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command. \n\nUse this command to resume watching a pipeline deploy operation if the original command times out or you specified the --async flag.\n\nRun this command by either indicating a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.",
|
|
1985
1982
|
"examples": [
|
|
1986
1983
|
"Resume watching a deploy operation using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
|
|
1987
1984
|
"Resume watching the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
@@ -2043,11 +2040,8 @@
|
|
|
2043
2040
|
],
|
|
2044
2041
|
"name": "wait",
|
|
2045
2042
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
2046
|
-
"default":
|
|
2047
|
-
|
|
2048
|
-
"unit": 0
|
|
2049
|
-
},
|
|
2050
|
-
"hasDynamicHelp": false,
|
|
2043
|
+
"default": "33 minutes",
|
|
2044
|
+
"hasDynamicHelp": true,
|
|
2051
2045
|
"helpValue": "<minutes>",
|
|
2052
2046
|
"multiple": false,
|
|
2053
2047
|
"type": "option"
|
|
@@ -2077,7 +2071,7 @@
|
|
|
2077
2071
|
"project:deploy:pipeline:start": {
|
|
2078
2072
|
"aliases": [],
|
|
2079
2073
|
"args": {},
|
|
2080
|
-
"description": "
|
|
2074
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nBefore you run this command, changes in the pipeline stage's branch must be merged in the source control repository.",
|
|
2081
2075
|
"examples": [
|
|
2082
2076
|
"Deploy changes in the Staging branch to the Staging environment (sandbox), if the previous stage is the bundling stage:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name staging --devops-center-username MyStagingSandbox --bundle-version-name 1.0",
|
|
2083
2077
|
"Deploy all changes in the main branch to the release environment:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name main --devops-center-username MyReleaseOrg --deploy-all"
|
|
@@ -2173,11 +2167,8 @@
|
|
|
2173
2167
|
],
|
|
2174
2168
|
"name": "wait",
|
|
2175
2169
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
2176
|
-
"default":
|
|
2177
|
-
|
|
2178
|
-
"unit": 0
|
|
2179
|
-
},
|
|
2180
|
-
"hasDynamicHelp": false,
|
|
2170
|
+
"default": "33 minutes",
|
|
2171
|
+
"hasDynamicHelp": true,
|
|
2181
2172
|
"helpValue": "<minutes>",
|
|
2182
2173
|
"multiple": false,
|
|
2183
2174
|
"type": "option"
|
|
@@ -2222,7 +2213,7 @@
|
|
|
2222
2213
|
"project:deploy:pipeline:validate": {
|
|
2223
2214
|
"aliases": [],
|
|
2224
2215
|
"args": {},
|
|
2225
|
-
"description": "
|
|
2216
|
+
"description": "The first time you run any \"project deploy pipeline\" command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the \"org login web\" command.\n\nA validation runs Apex tests to verify whether a deployment will succeed without actually deploying the metadata to your environment, so you can then quickly deploy the changes later without re-running the tests.",
|
|
2226
2217
|
"examples": [
|
|
2227
2218
|
"Perform a validate-only deployment from the Staging branch to the Staging environment (sandbox):\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name staging --devops-center-username MyStagingSandbox",
|
|
2228
2219
|
"Perform a validate-only deployment of all changes from the main branch to the release environment:\n<%= config.bin %> <%= command.id %> --devops-center-project-name “Recruiting App” --branch-name main --devops-center-username MyReleaseOrg --deploy-all"
|
|
@@ -2318,11 +2309,8 @@
|
|
|
2318
2309
|
],
|
|
2319
2310
|
"name": "wait",
|
|
2320
2311
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
2321
|
-
"default":
|
|
2322
|
-
|
|
2323
|
-
"unit": 0
|
|
2324
|
-
},
|
|
2325
|
-
"hasDynamicHelp": false,
|
|
2312
|
+
"default": "33 minutes",
|
|
2313
|
+
"hasDynamicHelp": true,
|
|
2326
2314
|
"helpValue": "<minutes>",
|
|
2327
2315
|
"multiple": false,
|
|
2328
2316
|
"type": "option"
|
|
@@ -5391,5 +5379,5 @@
|
|
|
5391
5379
|
]
|
|
5392
5380
|
}
|
|
5393
5381
|
},
|
|
5394
|
-
"version": "2.42.
|
|
5382
|
+
"version": "2.42.1"
|
|
5395
5383
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.42.
|
|
4
|
+
"version": "2.42.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@salesforce/plugin-custom-metadata": "3.3.6",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.8",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.1",
|
|
81
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
81
|
+
"@salesforce/plugin-devops-center": "1.2.10",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.29",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
84
|
"@salesforce/plugin-signups": "2.3.1",
|