boundless-monitor-67068
11/09/2023, 4:10 PMbroad-processor-92400
11/09/2023, 6:57 PMexperimental_test_shell_command
. This’ll require specifying dependencies etc, and you may want to use adhoc_tool
, shell_command
and/or a file
target with http_source
to install the tool (or just require it to be installed globally, outside pants )
• A plug-in
Which makes sense depends on how hard the tool is to integrate and your appetite for working with the unstable plug-in APIsboundless-monitor-67068
11/10/2023, 7:45 AMexperimental_test_shell_command
looks promising, thanks!