Skip to content

Commit da2eb33

Browse files
committed
chore(release): publish %s
- [email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - [email protected]
1 parent ec2230d commit da2eb33

File tree

14 files changed

+276
-23
lines changed

14 files changed

+276
-23
lines changed

packages/create-twilio-function/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.2](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.1.2) (2021-07-14)
7+
8+
**Note:** Version bump only for package create-twilio-function
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.1.1) (2021-06-30)
715

816
**Note:** Version bump only for package create-twilio-function

packages/create-twilio-function/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twilio-function",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
55
"bin": "./bin/create-twilio-function",
66
"main": "./src/create-twilio-function.js",
@@ -39,7 +39,7 @@
3939
"pkg-install": "^1.0.0",
4040
"rimraf": "^2.6.3",
4141
"terminal-link": "^2.0.0",
42-
"twilio-run": "^3.1.1",
42+
"twilio-run": "^3.2.0",
4343
"window-size": "^1.1.1",
4444
"wrap-ansi": "^6.0.0",
4545
"yargs": "^12.0.5"

packages/plugin-assets/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-07-14)
7+
8+
**Note:** Version bump only for package @twilio-labs/plugin-assets
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-06-30)
715

816

packages/plugin-assets/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ OPTIONS
6464
--properties=properties [default: service_sid, sid, domain_name] The asset service environment properties you
6565
would like to display (JSON output always shows all properties).
6666
67-
--service-name=service-name [default: simplistic-jail] A unique name for your asset service. May only contain
67+
--service-name=service-name [default: tacit-year] A unique name for your asset service. May only contain
6868
alphanumeric characters and hyphens.
6969
```
7070

71-
_See code: [src/commands/assets/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.0/src/commands/assets/init.js)_
71+
_See code: [src/commands/assets/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.1/src/commands/assets/init.js)_
7272

7373
## `twilio assets:list`
7474

@@ -89,7 +89,7 @@ OPTIONS
8989
(JSON output always shows all properties).
9090
```
9191

92-
_See code: [src/commands/assets/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.0/src/commands/assets/list.js)_
92+
_See code: [src/commands/assets/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.1/src/commands/assets/list.js)_
9393

9494
## `twilio assets:upload FILE`
9595

@@ -115,7 +115,7 @@ OPTIONS
115115
--protected Sets the uploaded asset's visibility to 'protected'
116116
```
117117

118-
_See code: [src/commands/assets/upload.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.0/src/commands/assets/upload.js)_
118+
_See code: [src/commands/assets/upload.js](https://github.com/twilio-labs/serverless-toolkit/blob/v1.2.1/src/commands/assets/upload.js)_
119119
<!-- commandsstop -->
120120

121121
## Contributing

packages/plugin-assets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@twilio-labs/plugin-assets",
33
"description": "Easily upload assets to a Twilio Assets service",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
66
"contributors": [
77
"Phil Nash <[email protected]>"
88
],
99
"dependencies": {
1010
"@oclif/command": "^1.5.19",
1111
"@oclif/config": "^1.13.3",
12-
"@twilio-labs/serverless-api": "^5.1.1",
12+
"@twilio-labs/serverless-api": "^5.2.0",
1313
"@twilio/cli-core": "^5.22.0",
1414
"inquirer": "^8.0.0",
1515
"ora": "^5.4.0",

packages/plugin-serverless/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-07-14)
7+
8+
9+
### Features
10+
11+
* add new env commands ([#290](https://github.com/twilio-labs/serverless-toolkit/issues/290)) ([7d11a03](https://github.com/twilio-labs/serverless-toolkit/commit/7d11a03aa5f02c6ac06147c2796f7e8c9964396e))
12+
13+
14+
15+
16+
617
## [2.1.1](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2021-06-30)
718

819
**Note:** Version bump only for package @twilio-labs/plugin-serverless

packages/plugin-serverless/README.md

+198-8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ export TWILIO_SERVERLESS_API_RETRY_LIMIT=0
5353

5454
<!-- commands -->
5555
* [`twilio serverless:deploy`](#twilio-serverlessdeploy)
56+
* [`twilio serverless:env:get`](#twilio-serverlessenvget)
57+
* [`twilio serverless:env:import`](#twilio-serverlessenvimport)
58+
* [`twilio serverless:env:list`](#twilio-serverlessenvlist)
59+
* [`twilio serverless:env:set`](#twilio-serverlessenvset)
60+
* [`twilio serverless:env:unset`](#twilio-serverlessenvunset)
5661
* [`twilio serverless:init NAME`](#twilio-serverlessinit-name)
5762
* [`twilio serverless:list [TYPES]`](#twilio-serverlesslist-types)
5863
* [`twilio serverless:list-templates`](#twilio-serverlesslist-templates)
@@ -122,7 +127,192 @@ OPTIONS
122127
--to=to [Alias for "environment"]
123128
```
124129

125-
_See code: [src/commands/serverless/deploy.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/deploy.js)_
130+
_See code: [src/commands/serverless/deploy.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/deploy.js)_
131+
132+
## `twilio serverless:env:get`
133+
134+
Retrieves the value of a specific environment variable
135+
136+
```
137+
Retrieves the value of a specific environment variable
138+
139+
USAGE
140+
$ twilio serverless:env:get
141+
142+
OPTIONS
143+
-c, --config=config Location of the config file. Absolute path or relative to current working directory (cwd)
144+
-l, --log-level=log-level [default: info] Level of logging messages.
145+
-p, --profile=profile Shorthand identifier for your profile.
146+
-u, --username=username A specific API key or account SID to be used for deployment. Uses fields in .env otherwise
147+
--cwd=cwd Sets the directory of your existing Serverless project. Defaults to current directory
148+
--env=env Path to .env file for environment variables that should be installed
149+
--environment=environment [default: dev] The environment name (domain suffix) you want to use for your deployment
150+
--key=key Name of the environment variable
151+
152+
--load-system-env Uses system environment variables as fallback for variables specified in your .env file.
153+
Needs to be used with --env explicitly specified.
154+
155+
--password=password A specific API secret or auth token for deployment. Uses fields from .env otherwise
156+
157+
--production Promote build to the production environment (no domain suffix). Overrides environment flag
158+
159+
--service-sid=service-sid SID of the Twilio Serverless Service to deploy to
160+
161+
--to=to [Alias for "environment"]
162+
```
163+
164+
_See code: [src/commands/serverless/env/get.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/env/get.js)_
165+
166+
## `twilio serverless:env:import`
167+
168+
Takes a .env file and uploads all environment variables to a given environment
169+
170+
```
171+
Takes a .env file and uploads all environment variables to a given environment
172+
173+
USAGE
174+
$ twilio serverless:env:import
175+
176+
OPTIONS
177+
-c, --config=config Location of the config file. Absolute path or relative to current working directory (cwd)
178+
-l, --log-level=log-level [default: info] Level of logging messages.
179+
-p, --profile=profile Shorthand identifier for your profile.
180+
-u, --username=username A specific API key or account SID to be used for deployment. Uses fields in .env otherwise
181+
--cwd=cwd Sets the directory of your existing Serverless project. Defaults to current directory
182+
--env=env Path to .env file for environment variables that should be installed
183+
--environment=environment [default: dev] The environment name (domain suffix) you want to use for your deployment
184+
185+
--load-system-env Uses system environment variables as fallback for variables specified in your .env file.
186+
Needs to be used with --env explicitly specified.
187+
188+
--password=password A specific API secret or auth token for deployment. Uses fields from .env otherwise
189+
190+
--production Promote build to the production environment (no domain suffix). Overrides environment flag
191+
192+
--service-sid=service-sid SID of the Twilio Serverless Service to deploy to
193+
194+
--to=to [Alias for "environment"]
195+
```
196+
197+
_See code: [src/commands/serverless/env/import.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/env/import.js)_
198+
199+
## `twilio serverless:env:list`
200+
201+
Lists all environment variables for a given environment
202+
203+
```
204+
Lists all environment variables for a given environment
205+
206+
USAGE
207+
$ twilio serverless:env:list
208+
209+
OPTIONS
210+
-c, --config=config Location of the config file. Absolute path or relative to current working directory
211+
(cwd)
212+
213+
-l, --log-level=log-level [default: info] Level of logging messages.
214+
215+
-o, --output-format=output-format Output the log in a different format
216+
217+
-p, --profile=profile Shorthand identifier for your profile.
218+
219+
-u, --username=username A specific API key or account SID to be used for deployment. Uses fields in .env
220+
otherwise
221+
222+
--cwd=cwd Sets the directory of your existing Serverless project. Defaults to current
223+
directory
224+
225+
--env=env Path to .env file for environment variables that should be installed
226+
227+
--environment=environment [default: dev] The environment name (domain suffix) you want to use for your
228+
deployment
229+
230+
--load-system-env Uses system environment variables as fallback for variables specified in your .env
231+
file. Needs to be used with --env explicitly specified.
232+
233+
--password=password A specific API secret or auth token for deployment. Uses fields from .env otherwise
234+
235+
--production Promote build to the production environment (no domain suffix). Overrides
236+
environment flag
237+
238+
--service-sid=service-sid SID of the Twilio Serverless Service to deploy to
239+
240+
--show-values Show the values of your environment variables
241+
242+
--to=to [Alias for "environment"]
243+
```
244+
245+
_See code: [src/commands/serverless/env/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/env/list.js)_
246+
247+
## `twilio serverless:env:set`
248+
249+
Sets an environment variable with a given key and value
250+
251+
```
252+
Sets an environment variable with a given key and value
253+
254+
USAGE
255+
$ twilio serverless:env:set
256+
257+
OPTIONS
258+
-c, --config=config Location of the config file. Absolute path or relative to current working directory (cwd)
259+
-l, --log-level=log-level [default: info] Level of logging messages.
260+
-p, --profile=profile Shorthand identifier for your profile.
261+
-u, --username=username A specific API key or account SID to be used for deployment. Uses fields in .env otherwise
262+
--cwd=cwd Sets the directory of your existing Serverless project. Defaults to current directory
263+
--env=env Path to .env file for environment variables that should be installed
264+
--environment=environment [default: dev] The environment name (domain suffix) you want to use for your deployment
265+
--key=key Name of the environment variable
266+
267+
--load-system-env Uses system environment variables as fallback for variables specified in your .env file.
268+
Needs to be used with --env explicitly specified.
269+
270+
--password=password A specific API secret or auth token for deployment. Uses fields from .env otherwise
271+
272+
--production Promote build to the production environment (no domain suffix). Overrides environment flag
273+
274+
--service-sid=service-sid SID of the Twilio Serverless Service to deploy to
275+
276+
--to=to [Alias for "environment"]
277+
278+
--value=value Name of the environment variable
279+
```
280+
281+
_See code: [src/commands/serverless/env/set.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/env/set.js)_
282+
283+
## `twilio serverless:env:unset`
284+
285+
Removes an environment variable for a given key
286+
287+
```
288+
Removes an environment variable for a given key
289+
290+
USAGE
291+
$ twilio serverless:env:unset
292+
293+
OPTIONS
294+
-c, --config=config Location of the config file. Absolute path or relative to current working directory (cwd)
295+
-l, --log-level=log-level [default: info] Level of logging messages.
296+
-p, --profile=profile Shorthand identifier for your profile.
297+
-u, --username=username A specific API key or account SID to be used for deployment. Uses fields in .env otherwise
298+
--cwd=cwd Sets the directory of your existing Serverless project. Defaults to current directory
299+
--env=env Path to .env file for environment variables that should be installed
300+
--environment=environment [default: dev] The environment name (domain suffix) you want to use for your deployment
301+
--key=key Name of the environment variable
302+
303+
--load-system-env Uses system environment variables as fallback for variables specified in your .env file.
304+
Needs to be used with --env explicitly specified.
305+
306+
--password=password A specific API secret or auth token for deployment. Uses fields from .env otherwise
307+
308+
--production Promote build to the production environment (no domain suffix). Overrides environment flag
309+
310+
--service-sid=service-sid SID of the Twilio Serverless Service to deploy to
311+
312+
--to=to [Alias for "environment"]
313+
```
314+
315+
_See code: [src/commands/serverless/env/unset.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/env/unset.js)_
126316

127317
## `twilio serverless:init NAME`
128318

@@ -154,7 +344,7 @@ OPTIONS
154344
--typescript Initialize your Serverless project with TypeScript
155345
```
156346

157-
_See code: [src/commands/serverless/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/init.js)_
347+
_See code: [src/commands/serverless/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/init.js)_
158348

159349
## `twilio serverless:list [TYPES]`
160350

@@ -201,7 +391,7 @@ OPTIONS
201391
--to=to [Alias for "environment"]
202392
```
203393

204-
_See code: [src/commands/serverless/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/list.js)_
394+
_See code: [src/commands/serverless/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/list.js)_
205395

206396
## `twilio serverless:list-templates`
207397

@@ -220,7 +410,7 @@ OPTIONS
220410
--env=env Path to .env file for environment variables that should be installed
221411
```
222412

223-
_See code: [src/commands/serverless/list-templates.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/list-templates.js)_
413+
_See code: [src/commands/serverless/list-templates.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/list-templates.js)_
224414

225415
## `twilio serverless:logs`
226416

@@ -268,7 +458,7 @@ OPTIONS
268458
--to=to [Alias for "environment"]
269459
```
270460

271-
_See code: [src/commands/serverless/logs.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/logs.js)_
461+
_See code: [src/commands/serverless/logs.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/logs.js)_
272462

273463
## `twilio serverless:new [NAMESPACE]`
274464

@@ -291,7 +481,7 @@ OPTIONS
291481
--template=template
292482
```
293483

294-
_See code: [src/commands/serverless/new.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/new.js)_
484+
_See code: [src/commands/serverless/new.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/new.js)_
295485

296486
## `twilio serverless:promote`
297487

@@ -351,7 +541,7 @@ ALIASES
351541
$ twilio serverless:activate
352542
```
353543

354-
_See code: [src/commands/serverless/promote.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/promote.js)_
544+
_See code: [src/commands/serverless/promote.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/promote.js)_
355545

356546
## `twilio serverless:start [DIR]`
357547

@@ -407,7 +597,7 @@ ALIASES
407597
$ twilio serverless:run
408598
```
409599

410-
_See code: [src/commands/serverless/start.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.1.1/src/commands/serverless/start.js)_
600+
_See code: [src/commands/serverless/start.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.2.0/src/commands/serverless/start.js)_
411601
<!-- commandsstop -->
412602

413603
## Contributing

0 commit comments

Comments
 (0)