You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin should output the location of your newly deployed static site to the console.
105
117
106
118
**Note:** *See [Command-line Parameters](#command-line-parameters) for details on command above*
@@ -635,4 +647,4 @@ Use this parameter if you do not want to invalidate the CloudFront distribution.
635
647
Forked from the [**serverless-api-cloudfront**](https://github.com/Droplr/serverless-api-cloudfront/)
636
648
Borrowed heavily from the [**serverless-finch**](https://github.com/fernando-mc/serverless-finch/)
637
649
Initial CloudFormation template from [**Full Stack Serverless Web Apps with AWS**](https://medium.com/99xtechnology/full-stack-serverless-web-apps-with-aws-189d87da024a/)
638
-
Inspiration from [**serverless-stack.com**](https://serverless-stack.com/)
650
+
Inspiration from [**serverless-stack.com**](https://serverless-stack.com/)
return(this.cliOptions.confirm===false||this.options.noConfirm===true) ? true : newConfirm(`Are you sure you want to delete bucket '${bucketName}'?`).run();
70
+
return(this.getCLIOptions('confirm')===false||this.options.noConfirm===true) ? true : newConfirm(`Are you sure you want to delete bucket '${bucketName}'?`).run();
71
71
})
72
72
.then(goOn=>{
73
73
if(goOn){
@@ -111,7 +111,7 @@ class ServerlessFullstackPlugin {
0 commit comments