From 982712a315c059d5b4d7790b82dd06115b04371f Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Wed, 8 Mar 2017 12:37:02 +0100 Subject: [PATCH] 0.2.1-alpha1 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b187c56..0e53b0a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 3f4db71..93bbc21 100644 --- a/package.json +++ b/package.json @@ -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": {