tt CLI (2.10): manage tcm versions in `tt binaries`
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: tt CLI
Since: tt 2.10.0
Dev ticket: https://github.com/tarantool/tt/commit/1b4dba30c100c669112cf519683d37852c308e92
Root document: https://www.tarantool.io/en/doc/latest/tooling/tt_cli/binaries/
SME: @ oleg-jukovec @ dmyger
Details
Add support to manage installed tcm versions via tt binaries CLI.
Example usage:
List of all installed versions
tt binaries list
Possible output:
List of installed binaries:
• tarantool:
2.11.6
3.4.0 [active]
• tarantool-ee:
gc64-3.4.0-0-r60 [active]
gc64-2.11.6-0-r683
• tcm:
1.3.1-0-g074b5ffa
1.2.3-0-geae7e7d49
1.2.0-11-g2d0a0f495 [active]
Switch to the specified version
tt binaries switch tcm 1.2.3-0-geae7e7d49
Possible output:
• Switching to tcm 1.2.3-0-geae7e7d49.
• Done
Closes #TNTP-2764
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the root document at tooling/tt_cli/binaries/ and review the described tt binaries list and tt binaries switch tcm <version> behavior. Done means the CLI can list installed tcm versions, identify the active version, and switch to a specified version with the documented output.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100