hubot-vsphere-commands

1.5.2 • Public • Published

hubot-vsphere-commands

A hubot script that allows users to interact with the vsphere rest api developed by quickjp2 on github.

See src/vsphere-commands.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-vsphere-commands --save

Then add hubot-vsphere-commands to your external-scripts.json:

[
  "hubot-vsphere-commands"
]

Once this is complete, add the config file to your base hubot directory

'touch v-config.json'

Add the following to that file:

{
  "url": "<vSphere-api-url>"
}

Afterwards, jump over to the REST API that this communicates with.

Dependents (0)

Package Sidebar

Install

npm i hubot-vsphere-commands

Weekly Downloads

1

Version

1.5.2

License

MIT

Last publish

Collaborators

  • quickjp2