garm/cmd/garm-cli/cmd
Gabriel Adrian Samfira 0faeee703d Make the debug-log command more useful
The debug-log command now supports log level filtering and attribute
filtering. The log level filtering will only be able to set the minimum
log level as low as the server is configured to stream. If the server has
its log level set as INFO, then setting the log level in the CLI to DEBUG
will have no effect.

But anything above what the server sends, is within the control of the client
to filter. This is all done client side.

Attribute filters are useful if you need to watch the logs for a particular
worker, entity, etc.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2025-08-27 13:21:56 +00:00
..
controller.go Add --format command line option 2024-09-28 19:09:45 +00:00
enterprise.go Add endpoint option to all relevant commands 2025-06-21 17:05:22 +00:00
events.go Add copyright header 2025-05-20 09:43:29 +00:00
gitea.go Add copyright header 2025-05-20 09:43:29 +00:00
gitea_credentials.go Add copyright header 2025-05-20 09:43:29 +00:00
gitea_endpoints.go Add copyright header 2025-05-20 09:43:29 +00:00
github.go Add copyright header 2025-05-20 09:43:29 +00:00
github_credentials.go Avoid nil pointer dereference in CLI 2025-05-21 20:58:21 +00:00
github_endpoints.go Add copyright header 2025-05-20 09:43:29 +00:00
init.go Switch to fmt.Errorf 2025-08-16 22:19:05 +00:00
jobs.go Add --format command line option 2024-09-28 19:09:45 +00:00
log.go Make the debug-log command more useful 2025-08-27 13:21:56 +00:00
metrics.go fix: remove unused cobra args 2024-02-22 17:20:05 +01:00
organization.go Add endpoint option to all relevant commands 2025-06-21 17:05:22 +00:00
pool.go Switch to fmt.Errorf 2025-08-16 22:19:05 +00:00
profile.go Add --format command line option 2024-09-28 19:09:45 +00:00
provider.go Add --format command line option 2024-09-28 19:09:45 +00:00
repository.go Add endpoint option to all relevant commands 2025-06-21 17:05:22 +00:00
root.go Fix lint errors 2025-05-03 22:29:40 +00:00
runner.go Update docs and deprecate the --all flag 2025-07-20 20:31:56 +00:00
scalesets.go Remove the --all flag for scalesets 2025-08-16 23:13:47 +00:00
util.go Add endpoint option to all relevant commands 2025-06-21 17:05:22 +00:00
version.go Add version to controller info response 2024-07-05 12:49:16 +00:00