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
now vendoring for me looks like tarantoolctl rocks list --porcelain | awk '{print $1" "$2}' | xargs -L 1 tarantoolctl rocks show --rockspec | xargs -n1 -I {} cp {} vendor/
but it would be great to have $ tt vendor command and make it easy
The text was updated successfully, but these errors were encountered:
now vendoring for me looks like
tarantoolctl rocks list --porcelain | awk '{print $1" "$2}' | xargs -L 1 tarantoolctl rocks show --rockspec | xargs -n1 -I {} cp {} vendor/
but it would be great to have
$ tt vendor
command and make it easyThe text was updated successfully, but these errors were encountered: