@salesforce/plugin-deploy-retrieve 3.5.3 → 3.5.6

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.
@@ -218,7 +218,7 @@
218
218
  "deprecateAliases": true,
219
219
  "name": "output-dir",
220
220
  "summary": "Output directory to store the Metadata API–formatted files in.",
221
- "default": "metadataPackage_1712251174223",
221
+ "default": "metadataPackage_1712599525436",
222
222
  "hasDynamicHelp": false,
223
223
  "multiple": false,
224
224
  "type": "option"
@@ -1078,7 +1078,7 @@
1078
1078
  ],
1079
1079
  "args": {},
1080
1080
  "deprecateAliases": true,
1081
- "description": "Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.\n\nRun this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of the deploy; the command doesn't poll for the status. \n\nYou typically don't specify the --target-org flag because the cached job already references the org to which you deployed. But if you run this command on a computer different than the one from which you deployed, then you must specify the --target-org and it must point to the same org. \n\nThis command doesn't update source tracking information.",
1081
+ "description": "Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.\n\nRun this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of the deploy; the command doesn't poll for the status.\n\nYou typically don't specify the --target-org flag because the cached job already references the org to which you deployed. But if you run this command on a computer different than the one from which you deployed, then you must specify the --target-org and it must point to the same org.\n\nThis command doesn't update source tracking information.",
1082
1082
  "examples": [
1083
1083
  "Check the status using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2",
1084
1084
  "Check the status of the most recent deploy operation:\n<%= config.bin %> <%= command.id %> --use-most-recent",
@@ -2936,5 +2936,5 @@
2936
2936
  ]
2937
2937
  }
2938
2938
  },
2939
- "version": "3.5.3"
2939
+ "version": "3.5.6"
2940
2940
  }
package/package.json CHANGED
@@ -1,31 +1,31 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-deploy-retrieve",
3
3
  "description": "deploy and retrieve commands for sf",
4
- "version": "3.5.3",
4
+ "version": "3.5.6",
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/apex-node": "^4.0.2",
10
- "@salesforce/core": "^6.7.3",
10
+ "@salesforce/core": "^6.7.6",
11
11
  "@salesforce/kit": "^3.1.0",
12
12
  "@salesforce/plugin-info": "^3.1.0",
13
13
  "@salesforce/sf-plugins-core": "^8.0.2",
14
14
  "@salesforce/source-deploy-retrieve": "^10.7.0",
15
- "@salesforce/source-tracking": "^5.2.1",
15
+ "@salesforce/source-tracking": "^5.2.4",
16
16
  "@salesforce/ts-types": "^2.0.9",
17
17
  "chalk": "^5.3.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@oclif/plugin-command-snapshot": "^5.1.4",
21
- "@salesforce/cli-plugins-testkit": "^5.1.12",
22
- "@salesforce/dev-scripts": "^8.4.2",
21
+ "@salesforce/cli-plugins-testkit": "^5.1.13",
22
+ "@salesforce/dev-scripts": "^8.5.0",
23
23
  "@salesforce/plugin-command-reference": "^3.0.73",
24
24
  "@salesforce/source-testkit": "^2.1.108",
25
25
  "@salesforce/ts-sinon": "^1.4.19",
26
26
  "cross-env": "^7.0.3",
27
27
  "eslint-plugin-sf-plugin": "^1.17.5",
28
- "oclif": "^4.7.1",
28
+ "oclif": "^4.7.6",
29
29
  "ts-node": "^10.9.2",
30
30
  "typescript": "^5.4.3"
31
31
  },
@@ -251,7 +251,7 @@
251
251
  "exports": "./lib/index.js",
252
252
  "type": "module",
253
253
  "sfdx": {
254
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.5.3.crt",
255
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.5.3.sig"
254
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.5.6.crt",
255
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.5.6.sig"
256
256
  }
257
257
  }