Giter Site home page Giter Site logo

hubot-rollout-control's Introduction

DEPRECATED

This project is deprecated. We've moved its functionality into our main Hubot code.

hubot-rollout-control

hubot-rollout-control is a Hubot script that allows control of rollout.

Installation

Set up rollout_control in your Rails app. See installation instructions.

Add hubot-rollout-control to your Hubot (run the following in your Hubot directory):

$ npm install --save hubot-rollout-control

Add hubot-rollout-control to Hubot's external-scripts.json:

["hubot-rollout-control"]
  • Set HUBOT_ROLLOUT_CONTROL_URL to point to where you mounted rollout_control. For example: http://my-super-app.com/rollout.
  • Set HUBOT_ROLLOUT_CONTROL_USERNAME to your configured rollout_control basic auth username.
  • Set HUBOT_ROLLOUT_CONTROL_PASSWORD to your configured rollout_control basic auth password.

If everything is set up correctly, you can now control rollout with Hubot.

=====

aaron
hubot rollout features
hubot
experimental_feature (0%)
kittens (50%), groups: [ cat_lovers ], users: [ 14 ]
aaron
hubot rollout activate experimental_feature
hubot
experimental_feature has been activated
aaron
hubot rollout activate_user kittens 75
hubot
kittens has been activated for user with id 75
aaron
hubot rollout features
hubot
experimental_feature (100%)
kittens (50%), groups: [ cat_lovers ], users: [ 14, 75 ]

=====

Commands

hubot rollout features - Prints a list of configured features (list is an alias)

hubot rollout get <feature> - Prints current configuration for feature (show is an alias)

hubot rollout activate <feature> - activate feature for all users

hubot rollout deactivate <feature> - deactivate feature for all users

hubot rollout activate_percentage <feature> - activate feature for percentage of users

hubot rollout activate_group <feature> <group> - activate feature for group

hubot rollout deactivate_group <feature> <group> - deactivate feature for group

hubot rollout activate_user <feature> <user> - activate feature for user

hubot rollout deactivate_user <feature> <user> - deactivate feature for user

License

This project is MIT licensed.

hubot-rollout-control's People

Contributors

aaronroyer avatar gabebw avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.