velociraptor
velociraptor copied to clipboard
Extend the run command to local deps
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]