File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,11 @@ alias points to.
118
118
## Subcommands
119
119
### alias remove
120
120
121
- Removes an alias and all its uniquely references functions and function versions.
121
+ Removes an alias and all its uniquely referenced functions and function versions.
122
122
The alias name has to be specified with the ` --alias ` option.
123
123
124
- Functions and resources owned by removed aliases will be physically removed on
125
- the next deployment of any other alias. This is on purpose to keep CloudFormation
126
- API access at a minimum.
124
+ Functions and resources owned by removed aliases will be physically removed after
125
+ the alias stack has been removed.
127
126
128
127
## Compatibility
129
128
@@ -209,6 +208,7 @@ and _serverless.service.provider.deployedAliasTemplates[]_.
209
208
210
209
## Version history
211
210
211
+ * 0.2.1-alpha1 Alias remove command removes unused resources
212
212
* 0.2.0-alpha1 Support custom resources
213
213
* 0.1.2-alpha1 Integration with "serverless info"
214
214
* 0.1.1-alpha1 Full APIG support
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-aws-alias" ,
3
- "version" : " 0.2.0 -alpha1" ,
3
+ "version" : " 0.2.1 -alpha1" ,
4
4
"description" : " Serverless plugin to support AWS function aliases" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments