Brian Cain
04acc14bf5
Remove require from gemspec
2016-07-29 14:15:16 -07:00
Brian Cain
1331a48bb2
Change back how version is set
2016-07-09 20:06:30 -07:00
Brian Cain
a6c5f1dceb
( #24 ) Improve 'get' output
...
This commit updates how hosts are formated when shown to the user. It
applies a domain to each hostname instead of being a different key.
2016-07-02 11:41:02 -07:00
Brian Cain
06206456c7
Bump to version 0.3.1
2016-06-04 17:25:49 -07:00
Brian Cain
2e24a455a3
( #19 ) Update vmfloaty to expect /api/v1 in URL for disk endpoint
...
This commit updates floaty to use a new endpoint to modify vms. Now you
can use the modify command to extend the disk space of a given vm. The
downside is this new endpoint only exists at /api/v1 on the pooler, and
the way Faraday works required an update to removing a leading slash for
each request endpoint. Users should update their URL in the floaty dot
file to include a /api/v1 at the end of the pooler url
2016-05-03 14:57:00 -07:00
Brian Cain
56924fa811
Make query request before printing all vm information
2015-11-21 13:43:30 -08:00
Brian Cain
0cb635a6c7
Update to 0.2.18
2015-11-21 12:44:32 -08:00
Brian Cain
e3218a0fc9
Bump to version 0.2.17
2015-11-16 09:39:25 -08:00
Brian Cain
2a5e5ba9bb
Bump to version 0.2.16
2015-11-16 09:17:48 -08:00
Brian Cain
544d9d35b8
Bump to version 0.2.15
2015-11-13 11:54:16 -08:00
Brian Cain
fa92da5c05
(maint) Update token status to not require password
2015-11-05 13:28:37 -08:00
Brian Cain
a00666e7e4
Bump to 0.2.13
2015-10-16 15:50:44 -07:00
Brian Cain
d30282ef25
Fix bug where modify_body in modify was not being set to json
2015-10-14 17:27:56 -07:00
Brian Cain
0effe55c31
Add failure message if modify command did not work
2015-10-14 17:17:00 -07:00
Brian Cain
221e5db6b5
Improve formatting of cli tool
2015-10-13 23:15:47 -07:00
Brian Cain
54893cf5fb
Improve how to retrieve vms
...
This commit changes the get command to have users request vms by
specifying the hosts they want and then the number of hosts rather than
having to say each one separated by a comma.
2015-10-09 22:06:14 -07:00
Brian Cain
12c5fc1cbd
Add dependency on faraday
2015-10-06 13:55:58 -07:00
Brian Cain
9b176a7bd5
Add class for getting version
2015-10-01 23:30:12 -07:00
Brian Cain
9495dd3ee8
Fix --notoken flag
2015-09-25 15:56:28 -07:00
Brian Cain
98741e5e4a
Fix token auth for methods
...
Properly set the header to be X-AUTH-TOKEN for requests to the pooler.
2015-09-25 14:03:47 -07:00
Brian Cain
5588c941c2
Bump version 0.2.3
2015-09-17 21:17:01 -07:00
Brian Cain
7015fc3b20
Check for token variable instead of from options
...
Update the get method to only retrieve tokens if one doesn't exist from
either the cli arguments or from a dotfile
2015-09-15 15:22:13 -07:00
Brian Cain
d557541174
Properly add commander dependency for gemspec
2015-09-15 14:00:52 -07:00
Brian Cain
296f9abb1d
( #1 ) Update vmfloaty to use new vmpooler api
...
This commit also uses commander for arg parsing.
This commit is a WIP.
2015-09-05 16:17:45 -07:00
Brian Cain
99b03e2994
Initial commit of vmfloaty
2014-10-28 22:05:33 -07:00