fleet/cmd/fleetctl
Zachary Wasserman fcb8418b2f Add fleetctl get host capability to get single host with labels
Getting a single host with `fleetctl get host foobar` will look up the
host with the matching hostname, uuid, osquery identifier, or node key,
and provide the full host details along with the labels the host is a
member of.
2020-07-21 14:05:46 -07:00
..
api.go Add ability to prefix Fleet URLs (#2112) 2019-10-16 16:40:45 -07:00
apply.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00
config.go Add ability to prefix Fleet URLs (#2112) 2019-10-16 16:40:45 -07:00
convert.go Properly convert intervals in fleetctl convert (#1969) 2018-12-20 17:43:00 -08:00
delete.go Add fleetctl delete command (#1765) 2018-05-07 20:07:00 -06:00
fleetctl.go Refactor fleetctl get subcommands so that they all have json and yaml output options (#2244) 2020-06-23 08:11:47 -07:00
get.go Add fleetctl get host capability to get single host with labels 2020-07-21 14:05:46 -07:00
goquery.go Implement fleetctl goquery (#2186) 2020-01-23 21:27:20 -08:00
login.go Improve error message when client is not logged in (#1867) 2018-07-16 09:35:21 -07:00
logout.go Add fleetctl config and auth commands (#1751) 2018-05-04 10:53:21 -06:00
query.go Adding query-name flag to fleetctl query (#2185) 2020-01-20 22:16:11 -08:00
setup.go Add username support to fleetctl setup (#1971) 2019-01-02 15:27:37 -08:00
yaml_test.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00
yaml.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00