Skip to content

Commit cac8c7f

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.2.7 [ci skip]
1 parent 2591c1a commit cac8c7f

File tree

3 files changed

+28
-35
lines changed

3 files changed

+28
-35
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.2.7](https://github.com/salesforcecli/plugin-functions/compare/v0.2.6...v0.2.7) (2021-06-22)
6+
57
### [0.2.6](https://github.com/salesforcecli/plugin-functions/compare/v0.2.5...v0.2.6) (2021-06-22)
68

79
### [0.2.5](https://github.com/salesforcecli/plugin-functions/compare/v0.2.4...v0.2.5) (2021-06-21)

README.md

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ USAGE
5858
OPTIONS
5959
-a, --setalias=setalias alias for the created environment
6060
-o, --connected-org=connected-org username or alias for the org that the compute environment should be connected to
61-
--json format output as json
6261
6362
EXAMPLES
6463
$ sfdx env:create:compute
6564
$ sfdx env:create:compute --setalias my-compute-environment
6665
$ sfdx env:create:compute --connected-org my-scratch-org
6766
```
6867

69-
_See code: [src/commands/env/create/compute.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/create/compute.ts)_
68+
_See code: [src/commands/env/create/compute.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/create/compute.ts)_
7069

7170
## `sf env:delete`
7271

@@ -79,14 +78,13 @@ USAGE
7978
OPTIONS
8079
-c, --confirm=name confirmation name
8180
-e, --environment=environment (required) environment name
82-
--json format output as json
8381
8482
EXAMPLES
8583
$ sfdx env:delete --environment=billingApp-Scratch1
8684
$ sfdx env:delete --environment=billingApp-Scratch1 --confirm=billingApp-Scratch1
8785
```
8886

89-
_See code: [src/commands/env/delete.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/delete.ts)_
87+
_See code: [src/commands/env/delete.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/delete.ts)_
9088

9189
## `sf env:display`
9290

@@ -98,14 +96,13 @@ USAGE
9896
9997
OPTIONS
10098
-e, --environment=environment (required) environment name
101-
--json format output as json
10299
--verbose verbose display output
103100
104101
EXAMPLE
105102
$ sfdx env:display --environment=billingApp-Scratch1
106103
```
107104

108-
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/display.ts)_
105+
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/display.ts)_
109106

110107
## `sf env:list`
111108

@@ -128,7 +125,7 @@ EXAMPLES
128125
$ sfdx env:list --environment-type org --environment-type compute
129126
```
130127

131-
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/list.ts)_
128+
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/list.ts)_
132129

133130
## `sf env:log:tail`
134131

@@ -140,13 +137,12 @@ USAGE
140137
141138
OPTIONS
142139
-e, --environment=environment (required) environment name to retrieve logs
143-
--json format output as json
144140
145141
EXAMPLE
146142
sfdx env:log:tail --environment=billingApp-Scratch1
147143
```
148144

149-
_See code: [src/commands/env/log/tail.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/log/tail.ts)_
145+
_See code: [src/commands/env/log/tail.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/log/tail.ts)_
150146

151147
## `sf env:logdrain:add`
152148

@@ -159,13 +155,12 @@ USAGE
159155
OPTIONS
160156
-e, --environment=environment (required) environment name
161157
-u, --url=url (required) endpoint that will receive sent logs
162-
--json format output as json
163158
164159
EXAMPLE
165160
$ sfdx env:logdrain:add --environment=billingApp-Sandbox --url=https://example.com/drain
166161
```
167162

168-
_See code: [src/commands/env/logdrain/add.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/logdrain/add.ts)_
163+
_See code: [src/commands/env/logdrain/add.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/logdrain/add.ts)_
169164

170165
## `sf env:logdrain:list`
171166

@@ -183,7 +178,7 @@ EXAMPLE
183178
$ sfdx env:logdrain:list --environment=billingApp-Sandbox
184179
```
185180

186-
_See code: [src/commands/env/logdrain/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/logdrain/list.ts)_
181+
_See code: [src/commands/env/logdrain/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/logdrain/list.ts)_
187182

188183
## `sf env:logdrain:remove`
189184

@@ -196,13 +191,12 @@ USAGE
196191
OPTIONS
197192
-e, --environment=environment (required) environment name
198193
-u, --url=url (required) logdrain url to remove
199-
--json format output as json
200194
201195
EXAMPLE
202196
$ sfdx env:logdrain:remove --environment=billingApp-Sandbox --url=syslog://syslog-a.logdna.com:11137
203197
```
204198

205-
_See code: [src/commands/env/logdrain/remove.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/logdrain/remove.ts)_
199+
_See code: [src/commands/env/logdrain/remove.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/logdrain/remove.ts)_
206200

207201
## `sf env:var:get KEY`
208202

@@ -214,13 +208,12 @@ USAGE
214208
215209
OPTIONS
216210
-e, --environment=environment (required) environment name
217-
--json format output as json
218211
219212
EXAMPLE
220213
$ sfdx env:var:get foo --environment=my-environment
221214
```
222215

223-
_See code: [src/commands/env/var/get.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/var/get.ts)_
216+
_See code: [src/commands/env/var/get.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/var/get.ts)_
224217

225218
## `sf env:var:list`
226219

@@ -232,13 +225,12 @@ USAGE
232225
233226
OPTIONS
234227
-e, --environment=environment (required) environment name
235-
--json format output as json
236228
237229
EXAMPLE
238230
$ sfdx env:var:list --environment=my-environment
239231
```
240232

241-
_See code: [src/commands/env/var/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/var/list.ts)_
233+
_See code: [src/commands/env/var/list.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/var/list.ts)_
242234

243235
## `sf env:var:set`
244236

@@ -250,13 +242,12 @@ USAGE
250242
251243
OPTIONS
252244
-e, --environment=environment (required) environment name
253-
--json format output as json
254245
255246
EXAMPLE
256247
$ sfdx env:var:set foo=bar --environment=my-environment
257248
```
258249

259-
_See code: [src/commands/env/var/set.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/var/set.ts)_
250+
_See code: [src/commands/env/var/set.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/var/set.ts)_
260251

261252
## `sf env:var:unset`
262253

@@ -268,13 +259,12 @@ USAGE
268259
269260
OPTIONS
270261
-e, --environment=environment (required) environment name
271-
--json format output as json
272262
273263
EXAMPLE
274264
$ sfdx env:var:unset foo --environment=my-environment
275265
```
276266

277-
_See code: [src/commands/env/var/unset.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/env/var/unset.ts)_
267+
_See code: [src/commands/env/var/unset.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/env/var/unset.ts)_
278268

279269
## `sf generate:function`
280270

@@ -287,7 +277,6 @@ USAGE
287277
OPTIONS
288278
-l, --language=(javascript|typescript|java) (required) language
289279
-n, --name=name (required) function name
290-
--json format output as json
291280
292281
ALIASES
293282
$ sf evergreen:function:init
@@ -296,7 +285,7 @@ EXAMPLE
296285
$ sfdx evergreen:function:create MyFunction --language=javascript
297286
```
298287

299-
_See code: [src/commands/generate/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/generate/function.ts)_
288+
_See code: [src/commands/generate/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/generate/function.ts)_
300289

301290
## `sf generate:project`
302291

@@ -306,10 +295,9 @@ USAGE
306295
307296
OPTIONS
308297
-n, --name=name (required) name of the generated project
309-
--json format output as json
310298
```
311299

312-
_See code: [src/commands/generate/project.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/generate/project.ts)_
300+
_See code: [src/commands/generate/project.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/generate/project.ts)_
313301

314302
## `sf login:functions`
315303

@@ -323,7 +311,7 @@ EXAMPLE
323311
$ sfdx login:functions
324312
```
325313

326-
_See code: [src/commands/login/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/login/functions.ts)_
314+
_See code: [src/commands/login/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/login/functions.ts)_
327315

328316
## `sf project:deploy:functions`
329317

@@ -340,11 +328,9 @@ OPTIONS
340328
-q, --quiet limit the amount of output displayed from the deploy process
341329
342330
--force ignore warnings and overwrite remote repository (not allowed in production)
343-
344-
--json format output as json
345331
```
346332

347-
_See code: [src/commands/project/deploy/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/project/deploy/functions.ts)_
333+
_See code: [src/commands/project/deploy/functions.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/project/deploy/functions.ts)_
348334

349335
## `sf run:function`
350336

@@ -360,7 +346,6 @@ OPTIONS
360346
-o, --connected-org=connected-org username or alias for the target org; overrides default target org
361347
-p, --payload=payload set the payload of the cloudevent. also accepts @file.txt format
362348
-s, --structured set the cloudevent to be emitted as a structured cloudevent (json)
363-
--json format output as json
364349
365350
EXAMPLE
366351
@@ -370,7 +355,7 @@ EXAMPLE
370355
$ sfdx run:function -l http://localhost:8080 -p '{"id": 12345}' --structured
371356
```
372357

373-
_See code: [src/commands/run/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/run/function.ts)_
358+
_See code: [src/commands/run/function.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/run/function.ts)_
374359

375360
## `sf run:function:start`
376361

@@ -386,7 +371,6 @@ OPTIONS
386371
-p, --port=port [default: 8080] port for running the function
387372
-v, --verbose output additional logs
388373
--clear-cache clear associated cache before executing.
389-
--json format output as json
390374
391375
--network=network Connect and build containers to a network. This can be useful to build containers which
392376
require a local resource.
@@ -400,6 +384,6 @@ EXAMPLE
400384
$ sfdx run:function:start --network host --no-pull --clear-cache --debug-port 9000 --port 5000
401385
```
402386

403-
_See code: [src/commands/run/function/start.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.5/src/commands/run/function/start.ts)_
387+
_See code: [src/commands/run/function/start.ts](https://github.com/salesforcecli/plugin-functions/blob/v0.2.6/src/commands/run/function/start.ts)_
404388

405389
<!-- commandsstop -->

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-functions",
33
"description": "Functions plugin for the SF CLI",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"author": "[email protected]",
66
"bin": {
77
"functions": "./bin/run"
@@ -141,5 +141,12 @@
141141
},
142142
"publishConfig": {
143143
"access": "public"
144+
},
145+
"husky": {
146+
"hooks": {
147+
"commit-msg": "sf-husky-commit-msg",
148+
"pre-commit": "sf-husky-pre-commit",
149+
"pre-push": "sf-husky-pre-push"
150+
}
144151
}
145152
}

0 commit comments

Comments
 (0)