`modules:` add command `tt modules uninstall`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
Deletes modules folder installed on paths specified via configuration file tt.yaml.
The command does not apply to modules set via environment variable, i.e. modules supplied as part of SDK cannot be deleted with this command.
The name of the module to delete can be only one, specified by its exact name, without using a mask.
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 with the existing tt modules command entry point and review how paths from tt.yaml are resolved, distinguishing them from modules supplied through the SDK environment variable. Implement tt modules uninstall for exactly one module name without masks, and verify that it deletes only the configured module folder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100