We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tt modules list is a new command to show available modules. It supports extra flags:
tt modules list
--version
--path
Usage Example: Get simple list of modules with description.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Can produce output like:
Display modules version with executable entry point.
Possible output:
Requested by @dmyger in tarantool/tt@3ca9d57.
The text was updated successfully, but these errors were encountered: