You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
If the script identifier is not found in the
scripts
section, search independencies
and use thename
to resolve the path to the local binary to execute.The text was updated successfully, but these errors were encountered: