Skip to content

quickjp2/vsphere-commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • CoffeeScript 6.3%
  • Shell 3.4%