tt
tt copied to clipboard
add `tt vendor` command
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