velociraptor icon indicating copy to clipboard operation
velociraptor copied to clipboard

Extend the run command to local deps

Open umbopepato opened this issue 3 years ago • 0 comments

If the script identifier is not found in the scripts section, search in dependencies and use the name to resolve the path to the local binary to execute.

$ vr run somecli [...args]
👇
$ ./bin/somecli [...args]

umbopepato avatar Nov 03 '21 11:11 umbopepato