Giter Club home page Giter Club logo

vagrant-pushbullet's Introduction

Vagrant Pushbullet

This gem is a Vagrant plugin that adds Pushbullet notifications to configured devices.

Setup Pushbullet

  • First get a Pushbullet Account, and add devices to it.
  • Download the iOS app, Chrome plugin, Android app, and more. Add those to your Pushbullet account.
  • Get your HTTP API Token: http://pushbullet.com/account

Install Plugin

$ vagrant plugin install vagrant-pushbullet

Plugin Usage

This plugin is configured purely by a configuration file in your home directory. The plugin will create this file for you, but you will have to edit it manually (for now).

~/.vagrant.d/pushbullet.rb

module PushbulletConfig
  TOKEN = "replace this text with token from pushbullet.com/account" #required
  DEVICES = ['asdfasdfasdf','asdfasdfasdf'] #optional
end

Run vagrant pushbullet-config to retrieve your Device ID's. Add those to the DEVICES array in the config file to limit which devices are notified.

Notifications

A notification is sent after these commands complete:

  • note there is currently a bug where if an exception occurs in the provisioning, the notification is not sent.
  • vagrant up
  • vagrant reload --provision
  • vagrant provision

Contributing

  • use feature branches please. Prefer feature/your_feature_name
  • submit pull requests to the develop branch

Author

Brett Swift

Kudos

tcnksm - for his vagrant-pushover plugin. This plugin is modeled after his.

vagrant-pushbullet's People

Contributors

berendt avatar brettswift avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vagrant-pushbullet's Issues

Error After Install

I get the following error after installing the plugin, I am running version 1.6.2.

Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

cannot load such file -- vagrant-Pushbullet/version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.