bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Add `bazelify run` command

Open jakemac53 opened this issue 9 years ago • 4 comments

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.

jakemac53 avatar Oct 27 '16 15:10 jakemac53

Do you see this running only stuff in the local repo, or also stuff from your dependencies?

natebosch avatar Oct 27 '16 21:10 natebosch

also from dependencies I think? at least I don't see why not haha

jakemac53 avatar Oct 27 '16 21:10 jakemac53

published packages don't include web/ right? So this would only be for path deps and maybe Git deps?

zoechi avatar Oct 28 '16 03:10 zoechi

This would just be for running executables in other packages (things in bin).

jakemac53 avatar Oct 28 '16 16:10 jakemac53