fleet/cmd/fleetctl
Roberto Dip a6a97f31cf
add documentation for debug tools (#5737)
This adds documentation about our debugging endpoints and a brief excerpt about the fleetctl debug command with instructions to generate the archive so we have a place with instructions to which we can direct people.

It also adds the .prof file extension to profiling files, which hopefully clarifies that they are meant to be used by go tool pprof.
2022-05-17 10:00:47 -03:00
..
testdata Omit empty device mapping from host responses where optional device_mapping param is missing (#5541) 2022-05-05 13:13:53 -05:00
api.go Print version warning when using fleetctl (#4139) 2022-02-14 09:43:34 -07:00
apply.go Add team targets to pack spec (#4272) 2022-02-21 09:18:58 -07:00
apply_test.go Support async saving of hosts' last seen time (#5640) 2022-05-10 11:29:17 -04:00
config.go fix: change fleet to uppercase to conform to style guide (#4346) 2022-02-24 17:58:12 +01:00
convert.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
convert_test.go Add team targets to pack spec (#4272) 2022-02-21 09:18:58 -07:00
debug.go add documentation for debug tools (#5737) 2022-05-17 10:00:47 -03:00
debug_test.go improve messaging of fleetctl debug errors and archive commands (#5590) 2022-05-10 10:44:06 -03:00
delete.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
delete_test.go Simplify fleetctl implementation and improve testing (#3830) 2022-01-24 16:40:51 -03:00
flags.go improve messaging of fleetctl debug errors and archive commands (#5590) 2022-05-10 10:44:06 -03:00
fleetctl.go Fleet Desktop MVP (#4530) 2022-03-21 14:53:53 -03:00
get.go improve messaging of fleetctl debug errors and archive commands (#5590) 2022-05-10 10:44:06 -03:00
get_test.go Support async saving of hosts' last seen time (#5640) 2022-05-10 11:29:17 -04:00
goquery.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
hosts.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
hosts_test.go Refactor integration tests (#1821) 2021-09-15 16:27:53 -03:00
kill_process.go Download and launch orbit for the current device when starting preview (#2437) 2021-10-15 18:23:06 -03:00
kill_process_windows.go Download and launch orbit for the current device when starting preview (#2437) 2021-10-15 18:23:06 -03:00
login.go Tweak output for fleetctl login --help (#4776) 2022-03-23 16:40:16 -04:00
logout.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
logout_test.go Simplify fleetctl implementation and improve testing (#3830) 2022-01-24 16:40:51 -03:00
package.go Changes to support fleetctl preview with custom TUF server (#5418) 2022-04-27 18:17:20 -03:00
package_test.go Run network test serially to prevent timeouts on Github CI (#5557) 2022-05-10 11:52:33 -03:00
preview.go allow fleetctl preview to work with docker compose v1 and v2 (#5755) 2022-05-16 18:06:29 -03:00
preview_test.go allow fleetctl preview to work with docker compose v1 and v2 (#5755) 2022-05-16 18:06:29 -03:00
query.go fleetctl query improve error message (#5141) 2022-04-20 11:35:46 -06:00
query_output.go Support close the websocket of LiveQueryResultsHandler (#1006) 2021-09-10 16:26:39 -03:00
query_test.go Support async saving of hosts' last seen time (#5640) 2022-05-10 11:29:17 -04:00
session_test.go Print version warning when using fleetctl (#4139) 2022-02-14 09:43:34 -07:00
setup.go Use new error handling approach in other packages (#2954) 2021-11-22 09:13:26 -05:00
testing_utils.go Support async saving of hosts' last seen time (#5640) 2022-05-10 11:29:17 -04:00
user.go Remove required password reset flag when creating new API-only user (#4666) 2022-04-12 10:57:57 -03:00
users_test.go Remove required password reset flag when creating new API-only user (#4666) 2022-04-12 10:57:57 -03:00
vulnerability_data_stream.go Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037) 2022-02-14 15:13:44 -03:00
vulnerability_data_stream_test.go Run network test serially to prevent timeouts on Github CI (#5557) 2022-05-10 11:52:33 -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