Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundel committed Oct 11, 2022
1 parent 2cda5b0 commit d4fde96
Show file tree
Hide file tree
Showing 12 changed files with 560 additions and 407 deletions.
8 changes: 8 additions & 0 deletions packages/create-twilio-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.6](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.3.6) (2022-10-11)

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





## [3.3.5](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.3.5) (2022-08-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/create-twilio-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-twilio-function",
"version": "3.3.5",
"version": "3.3.6",
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
"bin": "./bin/create-twilio-function",
"main": "./src/create-twilio-function.js",
Expand All @@ -26,7 +26,7 @@
},
"license": "MIT",
"devDependencies": {
"@twilio/runtime-handler": "^1.2.4",
"@twilio/runtime-handler": "^1.2.5",
"jest": "^26.6.3",
"nock": "^11.3.4"
},
Expand All @@ -39,7 +39,7 @@
"pkg-install": "^1.0.0",
"rimraf": "^2.6.3",
"terminal-link": "^2.0.0",
"twilio-run": "^3.4.4",
"twilio-run": "^3.4.5",
"window-size": "^1.1.1",
"wrap-ansi": "^7.0.0",
"yargs": "^17.2.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-10-11)


### Bug Fixes

* updated oclif-dev to oclif cmd ([#426](https://github.com/twilio-labs/serverless-toolkit/issues/426)) ([67d83bf](https://github.com/twilio-labs/serverless-toolkit/commit/67d83bfb6707b5c03142174946b7b8fa4d0cc1d9))





## [2.0.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-31)

**Note:** Version bump only for package @twilio-labs/plugin-assets
Expand Down
52 changes: 28 additions & 24 deletions packages/plugin-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,70 +56,74 @@ Create a new assets service to use as a bucket

```
USAGE
$ twilio assets:init
$ twilio assets:init [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
[--service-name <value>] [--properties <value>]
OPTIONS
FLAGS
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
-o=(columns|json|tsv|none) [default: columns] Format of command output.
-p, --profile=profile Shorthand identifier for your profile.
--properties=properties [default: service_sid, sid, domain_name] The asset service environment properties you
-p, --profile=<value> Shorthand identifier for your profile.
--properties=<value> [default: service_sid, sid, domain_name] The asset service environment properties you
would like to display (JSON output always shows all properties).
--service-name=service-name A unique name for your asset service. May only contain alphanumeric characters and
--service-name=<value> A unique name for your asset service. May only contain alphanumeric characters and
hyphens.
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
DESCRIPTION
Create a new assets service to use as a bucket
```

_See code: [src/commands/assets/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.0.3/src/commands/assets/init.js)_
_See code: [src/commands/assets/init.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.0.4/src/commands/assets/init.js)_

## `twilio assets:list`

List all the assets in the service

```
USAGE
$ twilio assets:list
$ twilio assets:list [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
[--properties <value>]
OPTIONS
FLAGS
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
-o=(columns|json|tsv|none) [default: columns] Format of command output.
-p, --profile=profile Shorthand identifier for your profile.
--properties=properties [default: sid, path, url, visibility] The asset properties you would like to display
-p, --profile=<value> Shorthand identifier for your profile.
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
(JSON output always shows all properties).
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
DESCRIPTION
List all the assets in the service
```

_See code: [src/commands/assets/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.0.3/src/commands/assets/list.js)_
_See code: [src/commands/assets/list.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.0.4/src/commands/assets/list.js)_

## `twilio assets:upload FILE`

Upload a new asset to the Assets service

```
USAGE
$ twilio assets:upload FILE
$ twilio assets:upload [FILE] [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
[--protected] [--properties <value>]
ARGUMENTS
FILE The path to the file you want to upload
OPTIONS
FLAGS
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
-o=(columns|json|tsv|none) [default: columns] Format of command output.
-p, --profile=profile Shorthand identifier for your profile.
--properties=properties [default: sid, path, url, visibility] The asset properties you would like to display
-p, --profile=<value> Shorthand identifier for your profile.
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
(JSON output always shows all properties).
--protected Sets the uploaded asset's visibility to 'protected'
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
DESCRIPTION
Upload a new asset to the Assets service
```

_See code: [src/commands/assets/upload.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.0.3/src/commands/assets/upload.js)_
_See code: [src/commands/assets/upload.js](https://github.com/twilio-labs/serverless-toolkit/blob/v2.0.4/src/commands/assets/upload.js)_
<!-- commandsstop -->

## Contributing
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twilio-labs/plugin-assets",
"description": "Easily upload assets to a Twilio Assets service",
"version": "2.0.3",
"version": "2.0.4",
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
"contributors": [
"Phil Nash <[email protected]>"
Expand All @@ -20,8 +20,8 @@
"@oclif/test": "^1.2.5",
"@twilio/cli-test": "^2.1.1",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"oclif": "^3"
"oclif": "^3",
"rimraf": "^3.0.2"
},
"engines": {
"node": ">=14"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-10-11)


### Bug Fixes

* updated oclif-dev to oclif cmd ([#426](https://github.com/twilio-labs/serverless-toolkit/issues/426)) ([67d83bf](https://github.com/twilio-labs/serverless-toolkit/commit/67d83bfb6707b5c03142174946b7b8fa4d0cc1d9))





## [3.0.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-31)

**Note:** Version bump only for package @twilio-labs/plugin-serverless
Expand Down
Loading

0 comments on commit d4fde96

Please sign in to comment.