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

Proposal: implement a plug-in system for the CLI #248

Open
andreibancioiu opened this issue Apr 21, 2023 · 0 comments
Open

Proposal: implement a plug-in system for the CLI #248

andreibancioiu opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
proposal Change proposal.

Comments

@andreibancioiu
Copy link
Contributor

andreibancioiu commented Apr 21, 2023

Allow community developers to register and install their own tools within the mxpy CLI hub.

From the perspective of mxpy users

Example:

$ mxpy plugins install some-github-organization/some-repository@tag
> You are about to install the plugin "some plugin", which can theoretically harm your computer or steal secrets, just as any malicious program or software is able to.
> Do you trust this third-party plugin, and its authors? (y/n)
$ mxpy some-command ...
> You are about to execute a command implemented by the third-party plugin "some plugin". Proceed? (y/n)
...

$ mxpy some-command ... --confirm-trusted-plugin
...

From the perspective of plugin developers

TBD

@andreibancioiu andreibancioiu self-assigned this Apr 21, 2023
@andreibancioiu andreibancioiu added the proposal Change proposal. label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Change proposal.
Projects
None yet
Development

No branches or pull requests

1 participant