bazel
bazel copied to clipboard
Add `bazelify run` command
I think this should work with a similar syntax to pub run, where you specify the target using $package:$executable. Only supporting things in bin is fine for now I think.
Do you see this running only stuff in the local repo, or also stuff from your dependencies?
also from dependencies I think? at least I don't see why not haha
published packages don't include web/ right? So this would only be for path deps and maybe Git deps?
This would just be for running executables in other packages (things in bin).