From 428d398b2b1bb179a4455dffe75782c704f8478a Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Wed, 19 Jan 2022 23:53:57 +0000 Subject: [PATCH] chore(release): 1.8.1 [ci skip] --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c185d72..5d2548659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.8.1](https://github.com/salesforcecli/plugin-source/compare/v1.8.0...v1.8.1) (2022-01-19) + +### Bug Fixes + +- missing quotes in --help for source:retrieve ([#393](https://github.com/salesforcecli/plugin-source/issues/393)) ([2c1e5c6](https://github.com/salesforcecli/plugin-source/commit/2c1e5c6157aed2c1d855af8f2c0a1ebf4478dc23)) + ## [1.8.0](https://github.com/salesforcecli/plugin-source/compare/v1.6.2...v1.8.0) (2022-01-13) ### Features diff --git a/README.md b/README.md index b239ced51..2dd5601f2 100644 --- a/README.md +++ b/README.md @@ -799,7 +799,7 @@ USAGE OPTIONS -d, --outputdir=outputdir [default: - metadataPackage_1642099433413] + metadataPackage_1642636434891] output directory to store the Metadata API–formatted files in @@ -1335,13 +1335,13 @@ EXAMPLES $ sfdx force:source:retrieve -p "path/to/apex/classes/MyClass.cls,path/to/source/objects" To retrieve source files in a comma-separated list that contains spaces: $ sfdx force:source:retrieve -p "path/to/objects/MyCustomObject/fields/MyField.field-meta.xml, - path/to/apex/classes + path/to/apex/classes" To retrieve all Apex classes: $ sfdx force:source:retrieve -m ApexClass To retrieve a specific Apex class: $ sfdx force:source:retrieve -m ApexClass:MyApexClass To retrieve all custom objects and Apex classes: - $ sfdx force:source:retrieve -m "CustomObject,ApexClass + $ sfdx force:source:retrieve -m "CustomObject,ApexClass" To retrieve all Apex classes and two specific profiles (one of which has a space in its name): $ sfdx force:source:retrieve -m "ApexClass, Profile:My Profile, Profile: AnotherProfile" To retrieve all metadata components listed in a manifest: diff --git a/package.json b/package.json index 3133ffe1c..5cedd212a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-source", "description": "Commands to interact with source formatted metadata", - "version": "1.8.0", + "version": "1.8.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {