Skip to content

Commit 6d04d5e

Browse files
committed
Tweak description
1 parent 7ac8957 commit 6d04d5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
6767
| **[Colocate - `serverless-plugin-colocate`](https://github.com/aronim/serverless-plugin-colocate)** <br/> by [aronim](http://github.com/aronim) <br/> Serverless Plugin to keep your configuration next to your code. | ![Github Stars](https://img.shields.io/github/stars/aronim/serverless-plugin-colocate.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-colocate.svg?label=Downloads&style=for-the-badge)|
6868
| **[Command Line Event Args - `serverless-command-line-event-args`](https://github.com/horike37/serverless-command-line-event-args)** <br/> by [horike37](http://github.com/horike37) <br/> This module is Serverless Framework plugin. Event JSON passes to your Lambda function in commandline. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-command-line-event-args.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-command-line-event-args.svg?label=Downloads&style=for-the-badge)|
6969
| **[Common Excludes - `serverless-plugin-common-excludes`](https://github.com/dougmoscrop/serverless-plugin-common-excludes)** <br/> by [dougmoscrop](http://github.com/dougmoscrop) <br/> Adds commonly excluded files to package.excludes | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-plugin-common-excludes.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-common-excludes.svg?label=Downloads&style=for-the-badge)|
70-
| **[Composed Vars - `serverless-plugin-composed-vars`](https://github.com/chris-feist/serverless-plugin-composed-vars)** <br/> by [chris-feist](http://github.com/chris-feist) <br/> A plugin that makes custom variables and environment variables easily composable | ![Github Stars](https://img.shields.io/github/stars/chris-feist/serverless-plugin-composed-vars.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-composed-vars.svg?label=Downloads&style=for-the-badge)|
70+
| **[Composed Vars - `serverless-plugin-composed-vars`](https://github.com/chris-feist/serverless-plugin-composed-vars)** <br/> by [chris-feist](http://github.com/chris-feist) <br/> A plugin that composes variables based on the deployment stage | ![Github Stars](https://img.shields.io/github/stars/chris-feist/serverless-plugin-composed-vars.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-composed-vars.svg?label=Downloads&style=for-the-badge)|
7171
| **[Confirm Command - `serverless-confirm-command`](https://github.com/teddy-gustiaux/serverless-confirm-command)** <br/> by [teddy-gustiaux](http://github.com/teddy-gustiaux) <br/> Make commands (and provider-specific options) requiring confirmation before execution. | ![Github Stars](https://img.shields.io/github/stars/teddy-gustiaux/serverless-confirm-command.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-confirm-command.svg?label=Downloads&style=for-the-badge)|
7272
| **[Consul Variables - `serverless-consul-variables`](https://github.com/zephrax/serverless-consul-variables)** <br/> by [zephrax](http://github.com/zephrax) <br/> Retrieve serverless variables from Consul kv | ![Github Stars](https://img.shields.io/github/stars/zephrax/serverless-consul-variables.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-consul-variables.svg?label=Downloads&style=for-the-badge)|
7373
| **[Content Encoding - `serverless-content-encoding`](https://github.com/dong-dohai/serverless-content-encoding)** <br/> by [dong-dohai](http://github.com/dong-dohai) <br/> Enable Content Encoding in AWS API Gateway during deployment | ![Github Stars](https://img.shields.io/github/stars/dong-dohai/serverless-content-encoding.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-content-encoding.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
},
10821082
{
10831083
"name": "serverless-plugin-composed-vars",
1084-
"description": "A plugin that makes custom variables and environment variables easily composable",
1084+
"description": "A plugin that composes variables based on the deployment stage",
10851085
"githubUrl": "https://github.com/chris-feist/serverless-plugin-composed-vars"
10861086
}
10871087
]

0 commit comments

Comments
 (0)