-
Notifications
You must be signed in to change notification settings - Fork 18
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 plugin
command for managing plugins and their configs
#122
Comments
There is WIP in the add-plugin-command branch. This is really hard to test, since all the projects are private now and there is too much unnecessary overhead needed to download a plugin. The |
plugin
subcommand for managing plugins and their configsplugin
command for managing plugins and their configs
The |
The |
Some features like |
Some features were developed in v0.9.x and the rest will be picked up in other milestones. |
The idea is to have a
plugin
subcommand that can do a few things:plugin init
: generate a newgatewayd_plugins.yaml
#265plugin lint
: validategatewayd_plugins.yaml
#266plugin install
: Install a plugin from a remote repository and add its default configuration togatewayd_plugins.yaml
#264plugin list
: List installed plugins #307plugin install
: From a downloaded package (tar/zip) #309plugin update
: Update all or a single plugin(s) #350plugin scaffold
: Create a plugin skeleton/scaffold (init
) #475plugin build
: Build pluginsplugin install
command #424Requirements
Resources
The text was updated successfully, but these errors were encountered: