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 list #1016

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

modules: add command tt modules list #1016

dmyger opened this issue Nov 15, 2024 · 0 comments
Labels
3sp blocked Not ready to be implemented teamE

Comments

@dmyger
Copy link
Collaborator

dmyger commented Nov 15, 2024

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:

  • X.Y.Z - is module version
  • module_name - command/module name as it will be executed on the command line.
  • description - short description of module

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:

@dmyger dmyger added 3sp blocked Not ready to be implemented labels Nov 15, 2024
@oleg-jukovec oleg-jukovec changed the title module: Add command tt modules list module: add command tt modules list Nov 16, 2024
@oleg-jukovec oleg-jukovec changed the title module: add command tt modules list modules: add command tt modules list Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3sp blocked Not ready to be implemented teamE
Projects
None yet
Development

No branches or pull requests

2 participants