tarantool / tt

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

`modules:` add command `tt modules list` #1016

Open dmyger opened 1 week ago

dmyger commented 1 week ago

A command that will produce a list of installed modules. We walk through the list of modules (from #1014) and try to extract information about each one.

The result should output a list with lines formatted as:

X.Y.Z module_name - description

Where:

This information should be obtained from the manifest.yaml file, if present (#1015). Otherwise, the main executable file should be run with the appropriate flags to gather information.

If a module has an invalid manifest.yaml or its main entry point does not support responses to requested options, such a module should be ignored and removed from the module list.

Blocked with: