Skip to content

Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.

Notifications You must be signed in to change notification settings

mrasko/serverless-plugin-diff

 
 

Repository files navigation

serverless Coverage-Status Build-Status

Serverless CloudFormation Diff

Overview

Plugin for Serverless Framework v1.x which compares your local AWS CloudFormation templates against deployed ones.

Usage

serverless diff --stage REPLACEME [--region REPLACEME]

screen shot 2016-11-05 at 14 53 04

Command options

--diffTool ksdiff

Custom diff tool:

Defaults to diff

--localTemplate foo.json

Custom CloudFormation template to diff against:

Defaults to ./serverless/cloudformation-template-update-stack.json

Install

Execute npm install in your Serverless project.

npm install --save-dev serverless-plugin-diff

Add the plugin to your serverless.yml file

plugins:
  - serverless-plugin-diff

About

Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%