1.0.0-worker-27-a01efb35f0ceee25b59e60cffa3584c393f1b4a1 • Published 4 years ago

@balena/jellyfish-plugin-oauth v1.0.0-worker-27-a01efb35f0ceee25b59e60cffa3584c393f1b4a1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 years ago

Jellyfish Incidents Plugin

Provides the tools to manage outage incidents from within Jellyfish.

Usage

Below is an example how to use this library:

import { channelsPlugin } from '@balena/jellyfish-plugin-channels';
import { defaultPlugin } from '@balena/jellyfish-plugin-default';
import { incidentsPlugin } from '@balena/jellyfish-plugin-incidents';
import { PluginManager } from '@balena/jellyfish-worker';

// Load cards from this plugin
const pluginManager = new PluginManager([
	defaultPlugin(),
	channelsPlugin(),
	incidentsPlugin(),
]);
const cards = pluginManager.getCards();
console.dir(cards);

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-incidents

Testing

Unit tests can be easily run with the command npm test.