tarantool / tarantool/tt

add `tt vendor` command

Open
#995 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
113
Forks
18
Avg merge
4d 11h
Merged PRs (30d)
23

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining how existing tt subcommands are structured and how the current tarantoolctl rocks vendoring workflow maps to the requested command. Define what $ tt vendor should discover and copy into vendor/, then verify that it reproduces the listed-rocks workflow without the manual awk, xargs, and cp steps.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, shell
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.