npm install voltronVoltron is a CLI or API based solution for creating mock Zetta instances to peer with a cloud deployment. It is also used to traverse a Zetta API or subscribe to Websockets. All of this functionality can be stood up indefinitely and controlled by API as well.
``
Usage: voltron test load [options] [url]
Options:
-h, --help output usage information
-i --instances
-s --sensors
-a --actuators
-f, --file Output to a file
-s, --silent Silence output
--spec
-t --time
`
Usage: voltron test api [options] [url]
Options:
-h, --help output usage information
-r --requests
-t --time
`
Usage: voltron test ws [options] [url]
Options:
-h, --help output usage information
-i --instances
-f, --file Output to a file
-s, --silent Silence output
--spec
-t --time
`
Usage: voltron start api [options]
Options:
-h, --help output usage information
-p --port
-l --link link the voltron API to another zetta.
``