fleet/cmd/fleetctl
Benjamin Edwards 047dc5ac62
fix get hosts command to properly output json/yaml (#1774)
* 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
2021-08-31 11:37:03 -04:00
..
testdata fix get hosts command to properly output json/yaml (#1774) 2021-08-31 11:37:03 -04:00
api.go Issue 1600 fleetctl license expiration (#1800) 2021-08-26 10:28:53 -03:00
apply.go Refactor app config (POC, for now) (#1685) 2021-08-20 12:27:41 -03:00
apply_test.go Issue 1600 fleetctl license expiration (#1800) 2021-08-26 10:28:53 -03:00
config.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
convert.go issue 1313 -- add file destination for convert command (#1672) 2021-08-13 20:42:58 -04:00
convert_test.go issue 1313 -- add file destination for convert command (#1672) 2021-08-13 20:42:58 -04:00
debug.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
debug_test.go Add fleetctl debug connection command (#1706) 2021-08-24 08:50:03 -04:00
delete.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
flags.go Add fleetctl debug connection command (#1706) 2021-08-24 08:50:03 -04:00
fleetctl.go Issue 1359 fleetctl team transfer (#1413) 2021-07-21 14:03:10 -03:00
get.go fix get hosts command to properly output json/yaml (#1774) 2021-08-31 11:37:03 -04:00
get_test.go fix get hosts command to properly output json/yaml (#1774) 2021-08-31 11:37:03 -04:00
goquery.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
hosts.go Issue 1359 fleetctl team transfer (#1413) 2021-07-21 14:03:10 -03:00
hosts_test.go Issue 1359 fleetctl team transfer (#1413) 2021-07-21 14:03:10 -03:00
login.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
logout.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
preview.go Reorder load of standard queries in fleetctl preview (#1676) 2021-08-16 09:22:10 -07:00
query.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
query_output.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
setup.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
testing_utils.go Issue 1359 fleetctl team transfer (#1413) 2021-07-21 14:03:10 -03:00
user.go Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
users_test.go Issue 1359 fleetctl team transfer (#1413) 2021-07-21 14:03:10 -03:00
yaml.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00
yaml_test.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00