Skip to content

Commit

Permalink
0.2.1-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Mar 8, 2017
1 parent c4fcc1e commit 982712a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,11 @@ alias points to.
## Subcommands
### alias remove

Removes an alias and all its uniquely references functions and function versions.
Removes an alias and all its uniquely referenced functions and function versions.
The alias name has to be specified with the `--alias` option.

Functions and resources owned by removed aliases will be physically removed on
the next deployment of any other alias. This is on purpose to keep CloudFormation
API access at a minimum.
Functions and resources owned by removed aliases will be physically removed after
the alias stack has been removed.

## Compatibility

Expand Down Expand Up @@ -209,6 +208,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.

## Version history

* 0.2.1-alpha1 Alias remove command removes unused resources
* 0.2.0-alpha1 Support custom resources
* 0.1.2-alpha1 Integration with "serverless info"
* 0.1.1-alpha1 Full APIG support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-aws-alias",
"version": "0.2.0-alpha1",
"version": "0.2.1-alpha1",
"description": "Serverless plugin to support AWS function aliases",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 982712a

Please sign in to comment.