bitter-ability-32190
08/23/2022, 8:42 PM./pants run my_file.py
now runs the script in your workspace, should we elide add support for ./pants run my_script.sh
?sparse-lifeguard-95737
08/23/2022, 8:45 PMexperimental_run_shell_command
can also be used to run shell scripts and arbitrary CLI tools from the PATH (and maybe go binaries? not sure what the integration looks like there).py
and not .sh
) 🤔bitter-ability-32190
08/23/2022, 8:46 PMcommand
field. So this would be complimentaryhundreds-father-404
08/23/2022, 9:07 PM.sh
script makes a ton of sense. And note that the shell backend currently doesn't hook up into run
at all, so it's free to add without breaking semantics