mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
* fix get hosts command to properly output json/yaml based on command line flag * add changes file * added tests for get hosts when specifiying host * added additional hosts to be returned in test cases * go fmt
1 line
No EOL
137 B
Text
1 line
No EOL
137 B
Text
* fix `fleetctl get host <hostname>` to properly output JSON when the command line flag is supplied i.e `fleetctl get host --json foobar` |