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

Add a plugin from command line #3131

Closed
Tracked by #3070
tbruyelle opened this issue Nov 18, 2022 · 0 comments · Fixed by #3181
Closed
Tracked by #3070

Add a plugin from command line #3131

tbruyelle opened this issue Nov 18, 2022 · 0 comments · Fixed by #3181
Assignees
Labels
type:feat To implement new feature.
Milestone

Comments

@tbruyelle
Copy link
Contributor

Currently to add a plugin the user has to edit his chain/config.yml, and then runs any ignite command to fetch and compile the plugin.

A more convenient way can be achieved by adding a new ignite plugin add <path> command, that would add the plugin in the config file, and then fetch and compile it.

ignite plugin remove <path> can also be considered, to remove the plugin from the config file, and eventually clean the plugin data located in .ignite/plugins/<path>.

@tbruyelle tbruyelle added the type:feat To implement new feature. label Nov 18, 2022
This was referenced Nov 18, 2022
@joshLong145 joshLong145 self-assigned this Nov 23, 2022
@joshLong145 joshLong145 linked a pull request Nov 27, 2022 that will close this issue
@aljo242 aljo242 added this to the v0.26.0 milestone Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feat To implement new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants