1.5.2 • Published 8 years ago

hubot-vsphere-commands v1.5.2

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

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.

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

9 years ago

1.4.4

9 years ago

1.4.3

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.0.0

10 years ago