Skip to content

Commit 428d398

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.8.1 [ci skip]
1 parent 2c1e5c6 commit 428d398

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
### [1.8.1](https://github.com/salesforcecli/plugin-source/compare/v1.8.0...v1.8.1) (2022-01-19)
6+
7+
### Bug Fixes
8+
9+
- 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))
10+
511
## [1.8.0](https://github.com/salesforcecli/plugin-source/compare/v1.6.2...v1.8.0) (2022-01-13)
612

713
### Features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ USAGE
799799
800800
OPTIONS
801801
-d, --outputdir=outputdir [default:
802-
metadataPackage_1642099433413]
802+
metadataPackage_1642636434891]
803803
output directory to store the
804804
Metadata API–formatted files in
805805
@@ -1335,13 +1335,13 @@ EXAMPLES
13351335
$ sfdx force:source:retrieve -p "path/to/apex/classes/MyClass.cls,path/to/source/objects"
13361336
To retrieve source files in a comma-separated list that contains spaces:
13371337
$ sfdx force:source:retrieve -p "path/to/objects/MyCustomObject/fields/MyField.field-meta.xml,
1338-
path/to/apex/classes
1338+
path/to/apex/classes"
13391339
To retrieve all Apex classes:
13401340
$ sfdx force:source:retrieve -m ApexClass
13411341
To retrieve a specific Apex class:
13421342
$ sfdx force:source:retrieve -m ApexClass:MyApexClass
13431343
To retrieve all custom objects and Apex classes:
1344-
$ sfdx force:source:retrieve -m "CustomObject,ApexClass
1344+
$ sfdx force:source:retrieve -m "CustomObject,ApexClass"
13451345
To retrieve all Apex classes and two specific profiles (one of which has a space in its name):
13461346
$ sfdx force:source:retrieve -m "ApexClass, Profile:My Profile, Profile: AnotherProfile"
13471347
To retrieve all metadata components listed in a manifest:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-source",
33
"description": "Commands to interact with source formatted metadata",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)