@salesforce/plugin-deploy-retrieve 1.8.17 → 1.8.18

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.
@@ -28,10 +28,6 @@ To delete multiple metadata components, either set multiple --metadata <name> fl
28
28
 
29
29
  <%= config.bin %> <%= command.id %> --source-dir force-app/main/default/classes
30
30
 
31
- - Delete all components listed in a manifest:
32
-
33
- <%= config.bin %> <%= command.id %> --manifest path/to/package.xml
34
-
35
31
  # flags.source-dir.summary
36
32
 
37
33
  Source file paths to delete.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.17",
2
+ "version": "1.8.18",
3
3
  "commands": {
4
4
  "deploy": {
5
5
  "id": "deploy",
@@ -203,7 +203,7 @@
203
203
  "char": "d",
204
204
  "summary": "Output directory to store the Metadata API–formatted files in.",
205
205
  "multiple": false,
206
- "default": "metadataPackage_1682535747249",
206
+ "default": "metadataPackage_1682550742248",
207
207
  "deprecateAliases": true,
208
208
  "aliases": [
209
209
  "outputdir"
@@ -278,8 +278,7 @@
278
278
  "Delete all local Apex source files and all Apex classes from the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --metadata ApexClass --target-org my-scratch",
279
279
  "Delete a specific Apex class and a Profile that has a space in it from your default org; don't prompt for confirmation:\n<%= config.bin %> <%= command.id %> --metadata ApexClass:MyFabulousApexClass --metadata \"Profile: My Profile\" --no-prompt",
280
280
  "Run the tests that aren’t in any managed packages as part of the deletion; if the delete succeeds, and the org has source-tracking enabled, update the source tracking information:\n<%= config.bin %> <%= command.id %> --metadata ApexClass --test-level RunLocalTests --track-source",
281
- "Delete the Apex source files in a directory and the corresponding components from your default org:\n<%= config.bin %> <%= command.id %> --source-dir force-app/main/default/classes",
282
- "Delete all components listed in a manifest:\n<%= config.bin %> <%= command.id %> --manifest path/to/package.xml"
281
+ "Delete the Apex source files in a directory and the corresponding components from your default org:\n<%= config.bin %> <%= command.id %> --source-dir force-app/main/default/classes"
283
282
  ],
284
283
  "deprecateAliases": true,
285
284
  "flags": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-deploy-retrieve",
3
3
  "description": "deploy and retrieve commands for sf",
4
- "version": "1.8.17",
4
+ "version": "1.8.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -270,7 +270,7 @@
270
270
  }
271
271
  },
272
272
  "sfdx": {
273
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.17.crt",
274
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.17.sig"
273
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.18.crt",
274
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/1.8.18.sig"
275
275
  }
276
276
  }