Skip to content

Commit 48b51c1

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.0.16 [ci skip]
1 parent 4202058 commit 48b51c1

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.0.16](https://github.com/salesforcecli/plugin-source/compare/v1.0.15...v1.0.16) (2021-09-10)
6+
57
### [1.0.15](https://github.com/salesforcecli/plugin-source/compare/v1.0.14...v1.0.15) (2021-09-09)
68

79

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $ npm install -g @salesforce/plugin-source
8080
$ sfdx COMMAND
8181
running command...
8282
$ sfdx (-v|--version|version)
83-
@salesforce/plugin-source/1.0.14 linux-x64 node-v12.22.6
83+
@salesforce/plugin-source/1.0.15 linux-x64 node-v12.22.6
8484
$ sfdx --help [COMMAND]
8585
USAGE
8686
$ sfdx COMMAND
@@ -119,7 +119,7 @@ USAGE
119119
120120
OPTIONS
121121
-d, --outputdir=outputdir [default:
122-
metadataPackage_1631229391330]
122+
metadataPackage_1631292577437]
123123
output directory to store the
124124
Metadata API–formatted files in
125125
@@ -157,14 +157,15 @@ EXAMPLES
157157
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
158158
```
159159

160-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/convert.ts)_
160+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/convert.ts)_
161161

162162
## `sfdx force:source:deploy [--soapdeploy] [-w <minutes>] [-q <id> | -x <filepath> | -m <array> | -p <array> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -o | -g] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
163163

164-
deploy source to an org Use this command to deploy source (metadata that’s in source format) to an org.
164+
deploy source to an org
165165

166166
```
167-
deploy source to an org Use this command to deploy source (metadata that’s in source format) to an org.
167+
deploy source to an org
168+
Use this command to deploy source (metadata that’s in source format) to an org.
168169
To take advantage of change tracking with scratch orgs, use "sfdx force:source:push".
169170
To deploy metadata that’s in metadata format, use "sfdx force:mdapi:deploy".
170171
@@ -229,6 +230,7 @@ OPTIONS
229230
--verbose verbose output of deploy result
230231
231232
DESCRIPTION
233+
Use this command to deploy source (metadata that’s in source format) to an org.
232234
To take advantage of change tracking with scratch orgs, use "sfdx force:source:push".
233235
To deploy metadata that’s in metadata format, use "sfdx force:mdapi:deploy".
234236
@@ -267,7 +269,7 @@ EXAMPLES
267269
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH`,
268270
```
269271

270-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/deploy.ts)_
272+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/deploy.ts)_
271273

272274
## `sfdx force:source:deploy:cancel [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
273275

@@ -322,7 +324,7 @@ EXAMPLES
322324
$ sfdx force:source:deploy:report
323325
```
324326

325-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/deploy/cancel.ts)_
327+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/deploy/cancel.ts)_
326328

327329
## `sfdx force:source:deploy:report [-w <minutes>] [-i <id>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
328330

@@ -372,7 +374,7 @@ EXAMPLES
372374
$ sfdx force:source:deploy:report
373375
```
374376

375-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/deploy/report.ts)_
377+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/deploy/report.ts)_
376378

377379
## `sfdx force:source:manifest:create [-m <array> | -p <array>] [-n <string> | -t pre|post|destroy|package] [-o <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
378380

@@ -451,7 +453,7 @@ EXAMPLES
451453
$ sfdx force:source:manifest:create --sourcepath force-app --manifestname myNewManifest
452454
```
453455

454-
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/manifest/create.ts)_
456+
_See code: [src/commands/force/source/manifest/create.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/manifest/create.ts)_
455457

456458
## `sfdx force:source:open -f <filepath> [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
457459

@@ -501,7 +503,7 @@ EXAMPLES
501503
$ sfdx force:source:open -f path/to/source -u my-user@my-org.com
502504
```
503505

504-
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/open.ts)_
506+
_See code: [src/commands/force/source/open.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/open.ts)_
505507

506508
## `sfdx force:source:retrieve [-p <array> | -x <filepath> | -m <array>] [-w <minutes>] [-n <array>] [-u <string>] [-a <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
507509

@@ -589,5 +591,5 @@ EXAMPLES
589591
$ sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
590592
```
591593

592-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.14/src/commands/force/source/retrieve.ts)_
594+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v1.0.15/src/commands/force/source/retrieve.ts)_
593595
<!-- commandsstop -->

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.0.15",
4+
"version": "1.0.16",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)