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: parsing manifest.yaml with minimal set of fields #1015

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

modules: parsing manifest.yaml with minimal set of fields #1015

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

Comments

@dmyger
Copy link
Collaborator

dmyger commented Nov 15, 2024

It's necessary to read a minimum set of fields from the manifest file.
Required fields:

  • version - (Mandatory) specifies a string - as the version of this module itself.
  • main - (Mandatory) Contains a string to start the main executable file of the module.
  • help - (Mandatory) Field with the brief information on the command.
  • tt-version - (Optional) specifies the minimum tt version the module is designed to work with.
  • homepage_url - (Optional) Information about the module's repository or its homepage.
@dmyger dmyger added the 2sp label Nov 15, 2024
@oleg-jukovec oleg-jukovec changed the title module: Parsing manifest.yaml with minimal set of fields module: parsing manifest.yaml with minimal set of fields Nov 16, 2024
@oleg-jukovec oleg-jukovec changed the title module: parsing manifest.yaml with minimal set of fields modules: parsing manifest.yaml with minimal set of fields 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