@@ -80,7 +80,7 @@ OPTIONS
80
80
--sid=sid (required) The Flex Plugin Configuration SID to archive.
81
81
```
82
82
83
- _ See code: [ dist/commands/flex/plugins/archive/configuration.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/archive/configuration.js ) _
83
+ _ See code: [ dist/commands/flex/plugins/archive/configuration.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/archive/configuration.js ) _
84
84
85
85
## ` twilio flex:plugins:archive:plugin `
86
86
@@ -97,7 +97,7 @@ OPTIONS
97
97
--name=name (required) The name of the Flex Plugin to archive.
98
98
```
99
99
100
- _ See code: [ dist/commands/flex/plugins/archive/plugin.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/archive/plugin.js ) _
100
+ _ See code: [ dist/commands/flex/plugins/archive/plugin.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/archive/plugin.js ) _
101
101
102
102
## ` twilio flex:plugins:archive:plugin-version `
103
103
@@ -115,7 +115,7 @@ OPTIONS
115
115
--version=version (required) The Flex Plugin Version to archive.
116
116
```
117
117
118
- _ See code: [ dist/commands/flex/plugins/archive/plugin-version.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/archive/plugin-version.js ) _
118
+ _ See code: [ dist/commands/flex/plugins/archive/plugin-version.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/archive/plugin-version.js ) _
119
119
120
120
## ` twilio flex:plugins:build `
121
121
@@ -131,11 +131,11 @@ OPTIONS
131
131
--clear-terminal Clears the terminal before running the command.
132
132
```
133
133
134
- _ See code: [ dist/commands/flex/plugins/build.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/build.js ) _
134
+ _ See code: [ dist/commands/flex/plugins/build.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/build.js ) _
135
135
136
136
## ` twilio flex:plugins:create NAME `
137
137
138
- Creates a new Twilio Flex Plugin project
138
+ Creates a new Twilio Flex Plugin project
139
139
140
140
```
141
141
USAGE
@@ -158,11 +158,11 @@ OPTIONS
158
158
-y, --yarn Use yarn as your dependency manager
159
159
160
160
DESCRIPTION
161
- Arguments:
161
+ Arguments:
162
162
name Name of your plugin. This command needs to be invoked inside a plugin directory.
163
163
```
164
164
165
- _ See code: [ dist/commands/flex/plugins/create.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/create.js ) _
165
+ _ See code: [ dist/commands/flex/plugins/create.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/create.js ) _
166
166
167
167
## ` twilio flex:plugins:create-configuration `
168
168
@@ -187,7 +187,7 @@ OPTIONS
187
187
as a shortcut for enabling the latest version of the plugin. Use additional
188
188
--enable-plugin to provide other plugins to enable.
189
189
190
- --name=name (required) [default: Autogenerated Release 1620852163145 ] The friendly name of the
190
+ --name=name (required) [default: Autogenerated Release 1621275337196 ] The friendly name of the
191
191
Flex Plugin Configuration.
192
192
193
193
--new Creates a new Flex Plugin Configuration, otherwise will append to existing active
@@ -196,7 +196,7 @@ OPTIONS
196
196
--plugin=plugin Alias for --enable-plugin.
197
197
```
198
198
199
- _ See code: [ dist/commands/flex/plugins/create-configuration.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/create-configuration.js ) _
199
+ _ See code: [ dist/commands/flex/plugins/create-configuration.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/create-configuration.js ) _
200
200
201
201
## ` twilio flex:plugins:deploy `
202
202
@@ -219,7 +219,7 @@ OPTIONS
219
219
--version=version Publishes the version (SemVer).
220
220
```
221
221
222
- _ See code: [ dist/commands/flex/plugins/deploy.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/deploy.js ) _
222
+ _ See code: [ dist/commands/flex/plugins/deploy.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/deploy.js ) _
223
223
224
224
## ` twilio flex:plugins:describe:configuration `
225
225
@@ -237,7 +237,7 @@ OPTIONS
237
237
--sid=sid (required) The Flex Plugin Configuration SID.
238
238
```
239
239
240
- _ See code: [ dist/commands/flex/plugins/describe/configuration.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/describe/configuration.js ) _
240
+ _ See code: [ dist/commands/flex/plugins/describe/configuration.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/describe/configuration.js ) _
241
241
242
242
## ` twilio flex:plugins:describe:plugin `
243
243
@@ -255,7 +255,7 @@ OPTIONS
255
255
--name=name (required) The name of the Flex Plugin to describe.
256
256
```
257
257
258
- _ See code: [ dist/commands/flex/plugins/describe/plugin.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/describe/plugin.js ) _
258
+ _ See code: [ dist/commands/flex/plugins/describe/plugin.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/describe/plugin.js ) _
259
259
260
260
## ` twilio flex:plugins:describe:plugin-version `
261
261
@@ -274,7 +274,7 @@ OPTIONS
274
274
--version=version (required) The Flex Plugin Version to describe.
275
275
```
276
276
277
- _ See code: [ dist/commands/flex/plugins/describe/plugin-version.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/describe/plugin-version.js ) _
277
+ _ See code: [ dist/commands/flex/plugins/describe/plugin-version.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/describe/plugin-version.js ) _
278
278
279
279
## ` twilio flex:plugins:describe:release `
280
280
@@ -293,7 +293,7 @@ OPTIONS
293
293
--sid=sid The Flex Plugin Release SID to describe.
294
294
```
295
295
296
- _ See code: [ dist/commands/flex/plugins/describe/release.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/describe/release.js ) _
296
+ _ See code: [ dist/commands/flex/plugins/describe/release.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/describe/release.js ) _
297
297
298
298
## ` twilio flex:plugins:diff ID1 [ID2] `
299
299
@@ -313,7 +313,7 @@ OPTIONS
313
313
--clear-terminal Clears the terminal before running the command.
314
314
```
315
315
316
- _ See code: [ dist/commands/flex/plugins/diff.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/diff.js ) _
316
+ _ See code: [ dist/commands/flex/plugins/diff.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/diff.js ) _
317
317
318
318
## ` twilio flex:plugins:list:configurations `
319
319
@@ -330,7 +330,7 @@ OPTIONS
330
330
--json Outputs the result of the command as json string.
331
331
```
332
332
333
- _ See code: [ dist/commands/flex/plugins/list/configurations.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/list/configurations.js ) _
333
+ _ See code: [ dist/commands/flex/plugins/list/configurations.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/list/configurations.js ) _
334
334
335
335
## ` twilio flex:plugins:list:plugin-versions `
336
336
@@ -348,7 +348,7 @@ OPTIONS
348
348
--name=name (required) The plugin name to list its versions.
349
349
```
350
350
351
- _ See code: [ dist/commands/flex/plugins/list/plugin-versions.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/list/plugin-versions.js ) _
351
+ _ See code: [ dist/commands/flex/plugins/list/plugin-versions.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/list/plugin-versions.js ) _
352
352
353
353
## ` twilio flex:plugins:list:plugins `
354
354
@@ -365,7 +365,7 @@ OPTIONS
365
365
--json Outputs the result of the command as json string.
366
366
```
367
367
368
- _ See code: [ dist/commands/flex/plugins/list/plugins.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/list/plugins.js ) _
368
+ _ See code: [ dist/commands/flex/plugins/list/plugins.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/list/plugins.js ) _
369
369
370
370
## ` twilio flex:plugins:list:releases `
371
371
@@ -382,7 +382,7 @@ OPTIONS
382
382
--json Outputs the result of the command as json string.
383
383
```
384
384
385
- _ See code: [ dist/commands/flex/plugins/list/releases.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/list/releases.js ) _
385
+ _ See code: [ dist/commands/flex/plugins/list/releases.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/list/releases.js ) _
386
386
387
387
## ` twilio flex:plugins:release `
388
388
@@ -410,7 +410,7 @@ OPTIONS
410
410
pluginName@latest as a shortcut for enabling the latest version of the plugin.
411
411
Use additional --enable-plugin to provide other plugins to enable.
412
412
413
- --name=name [default: Autogenerated Release 1620852163145 ] The friendly name of the Flex
413
+ --name=name [default: Autogenerated Release 1621275337196 ] The friendly name of the Flex
414
414
Plugin Configuration.
415
415
416
416
--new Creates a new Flex Plugin Configuration, otherwise will append to existing
@@ -419,7 +419,7 @@ OPTIONS
419
419
--plugin=plugin Alias for --enable-plugin.
420
420
```
421
421
422
- _ See code: [ dist/commands/flex/plugins/release.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/release.js ) _
422
+ _ See code: [ dist/commands/flex/plugins/release.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/release.js ) _
423
423
424
424
## ` twilio flex:plugins:start `
425
425
@@ -440,7 +440,7 @@ OPTIONS
440
440
remote plugins using "--name 'plugin-name@remote'".
441
441
```
442
442
443
- _ See code: [ dist/commands/flex/plugins/start.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/start.js ) _
443
+ _ See code: [ dist/commands/flex/plugins/start.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/start.js ) _
444
444
445
445
## ` twilio flex:plugins:test `
446
446
@@ -456,7 +456,7 @@ OPTIONS
456
456
--clear-terminal Clears the terminal before running the command.
457
457
```
458
458
459
- _ See code: [ dist/commands/flex/plugins/test.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/test.js ) _
459
+ _ See code: [ dist/commands/flex/plugins/test.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/test.js ) _
460
460
461
461
## ` twilio flex:plugins:upgrade-plugin `
462
462
@@ -483,5 +483,5 @@ OPTIONS
483
483
--yes If set, will answer yes to all prompts.
484
484
```
485
485
486
- _ See code: [ dist/commands/flex/plugins/upgrade-plugin.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.9.1-beta .0/dist/commands/flex/plugins/upgrade-plugin.js ) _
486
+ _ See code: [ dist/commands/flex/plugins/upgrade-plugin.js] ( https://github.com/twilio/flex-plugin-builder/blob/v4.0 .0/dist/commands/flex/plugins/upgrade-plugin.js ) _
487
487
<!-- commandsstop -->
0 commit comments