tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

`modules:` add command `tt modules install` #1010

Open dmyger opened 1 week ago

dmyger commented 1 week ago

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: