This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Description
What version of fleet are you using (fleet version --full)?
fleetctl - version 3.1.0
branch: HEAD
revision: c6ce648
build date: 2020-08-07T00:09:49Z
build user: zwass
go version: go1.14.4
What operating system are you using?
Centos
What did you do?
fleetctl get hosts --json
What did you expect to see?
expecting to get json data for each host including the status of the host either online or offline.
What did you see instead?
expecting to get the status in the json output.
if we could have some simple filtering in that get hosts like status=offline or hostname like dev%that would be great.