ember-cli-deploy-notify-fanout

1.0.1 • Public • Published

ember-cli-deploy-notify-fanout

An ember-cli-deploy plugin to notify your application of a release through Fanout

This plugin will send a message through Fanout that can be consumed by your application to let your users know an update has occured.

What is an ember-cli-deploy plugin?

A plugin is an addon that can be executed as a part of the ember-cli-deploy pipeline. A plugin will implement one or more of the ember-cli-deploy's pipeline hooks.

For more information on what plugins are and how they work, please refer to the Plugin Documentation.

Quick Start

  • Install this plugin
$ ember install ember-cli-deploy-notify-fanout
  • Run the pipeline
$ ember deploy

Installation

Run the following command in your terminal:

ember install ember-cli-deploy-notify-fanout

ember-cli-deploy Hooks Implemented

For detailed information on what plugin hooks are and how they work, please refer to the Plugin Documentation.

  • configure
  • didActivate

Configuration Options

For detailed information on how configuration of plugins works, please refer to the Plugin Documentation.

realmId

The realmId from your Fanout.io configuration (see their dashboard.)

realmKey

The realmKey from your Fanout.io configuration (see their dashboard.)

channel

Which channel you want to publish the message too.

payload

The payload the send with the release activation.

Prerequisites

None

Running Tests

  • npm test

Package Sidebar

Install

npm i ember-cli-deploy-notify-fanout

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

6.86 kB

Total Files

5

Last publish

Collaborators

  • nathanpalmer