We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having name and domain as separate keys isn't really useful. Update the get command to output something like this:
name
domain
➜ ~ floaty get centos-7-x86_64 {"centos-7-x86_64": "wfkcu6ompyf68xh.delivery.puppetlabs.net"}
➜ ~ floaty get centos-7-x86_64=2 {"centos-7-x86_64": ["1.delivery.puppetlabs.net", "2.delivery.puppetlabs.net"] }
The text was updated successfully, but these errors were encountered:
(#24) Improve 'get' output
a6c5f1d
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.
No branches or pull requests
Having
name
anddomain
as separate keys isn't really useful. Update the get command to output something like this:The text was updated successfully, but these errors were encountered: