Skip to content

new command to list modules. #5069

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

Open
TarantoolBot opened this issue Apr 9, 2025 · 0 comments
Open

new command to list modules. #5069

TarantoolBot opened this issue Apr 9, 2025 · 0 comments

Comments

@TarantoolBot
Copy link
Collaborator

tt modules list is a new command to show available modules.
It supports extra flags:

  • --version - to show information about module version.
  • --path - to show module executables path.

Usage Example:
Get simple list of modules with description.

tt modules list

Can produce output like:

module1 - Description for module1
module2 - Description for module2

Display modules version with executable entry point.

tt modules list --version --path

Possible output:

1.2.3   module1 - modules/modules1/command.sh
v0.0.1  module2 - modules/modules2/main

Requested by @dmyger in tarantool/tt@3ca9d57.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant