@flow-danny/serverless-plugin-diff

1.3.1 • Public • Published

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

/@flow-danny/serverless-plugin-diff/

    Package Sidebar

    Install

    npm i @flow-danny/serverless-plugin-diff

    Weekly Downloads

    2

    Version

    1.3.1

    License

    MIT

    Unpacked Size

    14.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • flow-danny