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

Populate a "registry" of additional commands to be embedded within datalad #2

Open
yarikoptic opened this issue Feb 20, 2020 · 0 comments

Comments

@yarikoptic
Copy link
Member

ATM we have a hardcoded list of unknown commands to inform user which extension to install whenever some command is now "found": https://github.com/datalad/datalad/blob/master/datalad/interface/__init__.py#L94 . Obviously we would be missing newly added commands etc. I think we should make a cron job install all known extensions, harvest all additional commands which were brought by them into the entrypoints, and populate file like extensions_registry.py which then could simply be copied and used by the datalad core (a test within core or here could assure that the copy is up to date).

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