@@ -58,15 +58,14 @@ USAGE
58
58
OPTIONS
59
59
-a, --setalias=setalias alias for the created environment
60
60
-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
62
61
63
62
EXAMPLES
64
63
$ sfdx env:create:compute
65
64
$ sfdx env:create:compute --setalias my-compute-environment
66
65
$ sfdx env:create:compute --connected-org my-scratch-org
67
66
```
68
67
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 ) _
70
69
71
70
## ` sf env:delete `
72
71
@@ -79,14 +78,13 @@ USAGE
79
78
OPTIONS
80
79
-c, --confirm=name confirmation name
81
80
-e, --environment=environment (required) environment name
82
- --json format output as json
83
81
84
82
EXAMPLES
85
83
$ sfdx env:delete --environment=billingApp-Scratch1
86
84
$ sfdx env:delete --environment=billingApp-Scratch1 --confirm=billingApp-Scratch1
87
85
```
88
86
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 ) _
90
88
91
89
## ` sf env:display `
92
90
@@ -98,14 +96,13 @@ USAGE
98
96
99
97
OPTIONS
100
98
-e, --environment=environment (required) environment name
101
- --json format output as json
102
99
--verbose verbose display output
103
100
104
101
EXAMPLE
105
102
$ sfdx env:display --environment=billingApp-Scratch1
106
103
```
107
104
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 ) _
109
106
110
107
## ` sf env:list `
111
108
@@ -128,7 +125,7 @@ EXAMPLES
128
125
$ sfdx env:list --environment-type org --environment-type compute
129
126
```
130
127
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 ) _
132
129
133
130
## ` sf env:log:tail `
134
131
@@ -140,13 +137,12 @@ USAGE
140
137
141
138
OPTIONS
142
139
-e, --environment=environment (required) environment name to retrieve logs
143
- --json format output as json
144
140
145
141
EXAMPLE
146
142
sfdx env:log:tail --environment=billingApp-Scratch1
147
143
```
148
144
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 ) _
150
146
151
147
## ` sf env:logdrain:add `
152
148
@@ -159,13 +155,12 @@ USAGE
159
155
OPTIONS
160
156
-e, --environment=environment (required) environment name
161
157
-u, --url=url (required) endpoint that will receive sent logs
162
- --json format output as json
163
158
164
159
EXAMPLE
165
160
$ sfdx env:logdrain:add --environment=billingApp-Sandbox --url=https://example.com/drain
166
161
```
167
162
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 ) _
169
164
170
165
## ` sf env:logdrain:list `
171
166
@@ -183,7 +178,7 @@ EXAMPLE
183
178
$ sfdx env:logdrain:list --environment=billingApp-Sandbox
184
179
```
185
180
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 ) _
187
182
188
183
## ` sf env:logdrain:remove `
189
184
@@ -196,13 +191,12 @@ USAGE
196
191
OPTIONS
197
192
-e, --environment=environment (required) environment name
198
193
-u, --url=url (required) logdrain url to remove
199
- --json format output as json
200
194
201
195
EXAMPLE
202
196
$ sfdx env:logdrain:remove --environment=billingApp-Sandbox --url=syslog://syslog-a.logdna.com:11137
203
197
```
204
198
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 ) _
206
200
207
201
## ` sf env:var:get KEY `
208
202
@@ -214,13 +208,12 @@ USAGE
214
208
215
209
OPTIONS
216
210
-e, --environment=environment (required) environment name
217
- --json format output as json
218
211
219
212
EXAMPLE
220
213
$ sfdx env:var:get foo --environment=my-environment
221
214
```
222
215
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 ) _
224
217
225
218
## ` sf env:var:list `
226
219
@@ -232,13 +225,12 @@ USAGE
232
225
233
226
OPTIONS
234
227
-e, --environment=environment (required) environment name
235
- --json format output as json
236
228
237
229
EXAMPLE
238
230
$ sfdx env:var:list --environment=my-environment
239
231
```
240
232
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 ) _
242
234
243
235
## ` sf env:var:set `
244
236
@@ -250,13 +242,12 @@ USAGE
250
242
251
243
OPTIONS
252
244
-e, --environment=environment (required) environment name
253
- --json format output as json
254
245
255
246
EXAMPLE
256
247
$ sfdx env:var:set foo=bar --environment=my-environment
257
248
```
258
249
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 ) _
260
251
261
252
## ` sf env:var:unset `
262
253
@@ -268,13 +259,12 @@ USAGE
268
259
269
260
OPTIONS
270
261
-e, --environment=environment (required) environment name
271
- --json format output as json
272
262
273
263
EXAMPLE
274
264
$ sfdx env:var:unset foo --environment=my-environment
275
265
```
276
266
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 ) _
278
268
279
269
## ` sf generate:function `
280
270
@@ -287,7 +277,6 @@ USAGE
287
277
OPTIONS
288
278
-l, --language=(javascript|typescript|java) (required) language
289
279
-n, --name=name (required) function name
290
- --json format output as json
291
280
292
281
ALIASES
293
282
$ sf evergreen:function:init
@@ -296,7 +285,7 @@ EXAMPLE
296
285
$ sfdx evergreen:function:create MyFunction --language=javascript
297
286
```
298
287
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 ) _
300
289
301
290
## ` sf generate:project `
302
291
@@ -306,10 +295,9 @@ USAGE
306
295
307
296
OPTIONS
308
297
-n, --name=name (required) name of the generated project
309
- --json format output as json
310
298
```
311
299
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 ) _
313
301
314
302
## ` sf login:functions `
315
303
@@ -323,7 +311,7 @@ EXAMPLE
323
311
$ sfdx login:functions
324
312
```
325
313
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 ) _
327
315
328
316
## ` sf project:deploy:functions `
329
317
@@ -340,11 +328,9 @@ OPTIONS
340
328
-q, --quiet limit the amount of output displayed from the deploy process
341
329
342
330
--force ignore warnings and overwrite remote repository (not allowed in production)
343
-
344
- --json format output as json
345
331
```
346
332
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 ) _
348
334
349
335
## ` sf run:function `
350
336
@@ -360,7 +346,6 @@ OPTIONS
360
346
-o, --connected-org=connected-org username or alias for the target org; overrides default target org
361
347
-p, --payload=payload set the payload of the cloudevent. also accepts @file.txt format
362
348
-s, --structured set the cloudevent to be emitted as a structured cloudevent (json)
363
- --json format output as json
364
349
365
350
EXAMPLE
366
351
@@ -370,7 +355,7 @@ EXAMPLE
370
355
$ sfdx run:function -l http://localhost:8080 -p '{"id": 12345}' --structured
371
356
```
372
357
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 ) _
374
359
375
360
## ` sf run:function:start `
376
361
@@ -386,7 +371,6 @@ OPTIONS
386
371
-p, --port=port [default: 8080] port for running the function
387
372
-v, --verbose output additional logs
388
373
--clear-cache clear associated cache before executing.
389
- --json format output as json
390
374
391
375
--network=network Connect and build containers to a network. This can be useful to build containers which
392
376
require a local resource.
@@ -400,6 +384,6 @@ EXAMPLE
400
384
$ sfdx run:function:start --network host --no-pull --clear-cache --debug-port 9000 --port 5000
401
385
```
402
386
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 ) _
404
388
405
389
<!-- commandsstop -->
0 commit comments