`modules:` add command `tt modules install`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
The modules install command should be designed similarly to the simple install command. Execution of the command should result in downloading the required module from the "customer zone", the latest version or given the version specified in the command, and suitable for the current operating system and its architecture.
The archive with the module is then extracted into the "modules" folder that was specified first in the tt.yaml file.
Unlike the search command, the name of the module to be installed must be specified in full (masks are not allowed). For example: tt modules install aeon 0.1 - install aeon module of the last available patch version in the 0.1 set. Without specifying the version, the module of the latest available version will be installed.
Task is blocked until will be done:
- #1009 - Here should be used code to handle modules in the "customer zone".
- #1012 - Here required to use modified the
tt.yaml
Contributor guide
No contributing guide indexed for this repository
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 by comparing the existing simple install command, then read the customer-zone handling in #1009 and the tt.yaml changes in #1012. Confirm how module names, versions, operating-system architecture, and the first modules folder are represented. Done means a full-name module can be downloaded, version-selected, and extracted to the configured folder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100