zcloud

command line application for openstack client based on gophercloud SDK for OpenStack
Installation
Use go get to install and update:
$ go get -u github.com/alastairruhm/zcloud
Usage
From the commandline, zcloud provides the functions as follows.By default, it prints its output to stdout.
Usage:
zcloud [command]
Available Commands:
server Echo anything to the screen
version Echo anything to the screen
Flags:
--host string openstack auth service host
--password string openstack use's name
--username string openstack use's name
-v, --verbose verbose output
Use "zcloud [command] --help" for more information about a command.
License
zcloud is released under the Apache 2.0 License.