Skip to content

Commit 834bd46

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.17 [ci skip]
1 parent c68654d commit 834bd46

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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+
### [0.0.17](https://github.com/salesforcecli/plugin-source/compare/v0.0.16...v0.0.17) (2021-06-03)
6+
57
### [0.0.16](https://github.com/salesforcecli/plugin-source/compare/v0.0.15...v0.0.16) (2021-05-20)
68

79
### [0.0.15](https://github.com/salesforcecli/plugin-source/compare/v0.0.14...v0.0.15) (2021-05-07)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ npm install -g @salesforce/plugin-source
7878
$ sfdx COMMAND
7979
running command...
8080
$ sfdx (-v|--version|version)
81-
@salesforce/plugin-source/0.0.17 darwin-x64 node-v14.15.1
81+
@salesforce/plugin-source/0.0.16 linux-x64 node-v12.22.1
8282
$ sfdx --help [COMMAND]
8383
USAGE
8484
$ sfdx COMMAND
@@ -135,7 +135,7 @@ EXAMPLES
135135
$ sfdx force:source:convert -r path/to/source -d path/to/outputdir -n 'My Package'
136136
```
137137

138-
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.17/src/commands/force/source/convert.ts)_
138+
_See code: [src/commands/force/source/convert.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.16/src/commands/force/source/convert.ts)_
139139

140140
## `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]`
141141

@@ -210,7 +210,7 @@ EXAMPLES
210210
$ sfdx force:source:deploy -q 0Af9A00000FTM6pSAH
211211
```
212212

213-
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.17/src/commands/force/source/deploy.ts)_
213+
_See code: [src/commands/force/source/deploy.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.16/src/commands/force/source/deploy.ts)_
214214

215215
## `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]`
216216

@@ -248,7 +248,7 @@ EXAMPLES
248248
$ sfdx force:source:deploy:cancel -i <jobid>
249249
```
250250

251-
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.17/src/commands/force/source/deploy/cancel.ts)_
251+
_See code: [src/commands/force/source/deploy/cancel.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.16/src/commands/force/source/deploy/cancel.ts)_
252252

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

@@ -291,7 +291,7 @@ EXAMPLES
291291
$ sfdx force:source:deploy:report
292292
```
293293

294-
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.17/src/commands/force/source/deploy/report.ts)_
294+
_See code: [src/commands/force/source/deploy/report.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.16/src/commands/force/source/deploy/report.ts)_
295295

296296
## `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]`
297297

@@ -346,5 +346,5 @@ EXAMPLES
346346
sfdx force:source:retrieve -n MyPackageName -x path/to/package.xml
347347
```
348348

349-
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.17/src/commands/force/source/retrieve.ts)_
349+
_See code: [src/commands/force/source/retrieve.ts](https://github.com/salesforcecli/plugin-source/blob/v0.0.16/src/commands/force/source/retrieve.ts)_
350350
<!-- 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": "0.0.16",
4+
"version": "0.0.17",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)