tarantool / tt

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

`modules:` add command `tt modules uninstall` #1011

Open dmyger opened 1 week ago

dmyger commented 1 week ago

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.