Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: add command tt modules search #1009

Open
dmyger opened this issue Nov 15, 2024 · 0 comments
Open

modules: add command tt modules search #1009

dmyger opened this issue Nov 15, 2024 · 0 comments

Comments

@dmyger
Copy link
Collaborator

dmyger commented Nov 15, 2024

It should be designed similarly to the usual search command, with the module name argument allowing both a full and partial mask for searching and matching available modules. Thus, running the following command tt modules search <name*> will search for available versions of modules with a name starting with name and having any continuation. This will find modules with the names: [name, name123, name_abc] and the like.
The search for modules is performed in the Tarantool customer zone based on the given name or module name mask, the current operating system and its architecture.
In case of multiple matches of modules with the mask, the output of available versions should be grouped by module names.

@dmyger dmyger added the 3sp label Nov 15, 2024
@oleg-jukovec oleg-jukovec changed the title modules: Add command tt modules search modules: add command tt modules search Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants