smartdc-listcomputenodes
Version:
List your joyent machines by the compute node they are running on. Ensure your workload is distributed!
21 lines • 638 B
JSON
{
"author": "Evan Tahler <evantahler@gmail.com>",
"name": "smartdc-listcomputenodes",
"description": "List your joyent machines by the compute node they are running on. Ensure your workload is distributed!",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/evantahler/smartdc-listcomputenodes.git"
},
"keywords": ["joyent", "smartdc", "smart-dc", "datacenter", "compute", "nodes", "servers", "host"],
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"smartdc" :"7.x.x",
"optimist":"0.6.x"
},
"bin": {
"sdc-listcomputenodes": "./bin/sdc-listcomputenodes"
}
}