vmfloaty/lib/vmfloaty
Nick Lewis 50eeb8f265 Add --json option for floaty get
This option will return structured output from `floaty get`, which is
easier to parse in some cases.

Example output:

```json
{
  "centos-7-x86_64": [
    "hpfhhf5aqxowfd8.delivery.puppetlabs.net",
    "k65euywltpz9fz0.delivery.puppetlabs.net"
  ],
  "centos-6-x86_64": [
    "oahunrurl7xis05.delivery.puppetlabs.net"
  ]
}
```
2018-01-02 10:23:54 -08:00
..
auth.rb (#33) Raise TokenError if no token provided 2016-09-24 11:15:44 -07:00
conf.rb Abstract conf parsing to class 2015-10-01 23:32:17 -07:00
errors.rb Integrate nonstandard pooler service into vmfloaty 2017-10-12 12:53:04 -07:00
http.rb (#27) Handle URLs that do not have HTTP or HTTPS 2016-08-26 10:08:38 -07:00
nonstandard_pooler.rb Integrate nonstandard pooler service into vmfloaty 2017-10-12 12:53:04 -07:00
pooler.rb Integrate nonstandard pooler service into vmfloaty 2017-10-12 12:53:04 -07:00
service.rb Integrate nonstandard pooler service into vmfloaty 2017-10-12 12:53:04 -07:00
ssh.rb (#28) Add new ssh command to vmfloaty 2016-08-26 10:01:08 -07:00
utils.rb Add --json option for floaty get 2018-01-02 10:23:54 -08:00
version.rb Version 0.8.1 2017-10-24 08:59:28 -07:00