0.6.11 • Published 7 years ago

hubot-pulsar v0.6.11

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hubot-pulsar Build Status npm

About

This is "Pulsar REST API service" hubot script.

Installation

Install it as a usual hubot script. After that configure it to your needs. For that you need to have a config file. The config file will be searched in the following order:

  • The script will try to get the environment variable HUBOT_PULSAR_CONFIG. If this variable exists then it is used as a file path to the config file.
  • If the variable wasn't found then the script will try to locate the file pulsar.config.json in the directory of the hubot installation.

Authorization support is optional, and enabled if the hubot-auth script is loaded.

Config format

{
  "pulsarApi": {
    "url": "<pulsar-rest-api-url>",
    "authToken": "<auth-token>"
  }
}

pulsarApi: Object. Required. It describes the configuration for pulsar-rest-api-client-node.

Deploy.js

For deploying applications. Everyone with the role deployer is allowed to trigger deployments.

The script emits the following events:

  • deploy:start: When a deployment is started
  • deploy:success: When a deployment finished successfully
  • deploy:error: When a deployment fails

Real-life usage example

Please look how this script can be used in your everyday workflow http://www.cargomedia.ch/2015/06/23/pulsar-rest-api.html.

0.6.11

7 years ago

0.6.10

7 years ago

0.6.9

8 years ago

0.6.8

8 years ago

0.6.7

8 years ago

0.6.6

8 years ago

0.6.5

8 years ago

0.6.4

8 years ago

0.6.3

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago