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

Support 'local' plugins #1176

Closed
kaidaguerre opened this issue Nov 25, 2021 · 1 comment · Fixed by #1188
Closed

Support 'local' plugins #1176

kaidaguerre opened this issue Nov 25, 2021 · 1 comment · Fixed by #1188
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kaidaguerre
Copy link
Contributor

kaidaguerre commented Nov 25, 2021

from https://steampipe.io/docs/develop/writing-plugins#writing-plugins

For example, consider a myplugin plugin that you have developed. To install it:

Create a subdirectory .steampipe/plugins/local/myplugin
Name your plugin binary myplugin.plugin, and copy it to .steampipe/plugins/local/myplugin/myplugin.plugin
Create a ~/.steampipe/config/myplugin.spc config file containing a connection definition that points to your plugin:
connection "myplugin" {
    plugin    = "local/myplugin"
}
Your connection will be loaded the next time Steampipe runs. If Steampipe is running service mode, you must restart it to load the connection.

however this does not work - we do not resolve local

@kaidaguerre kaidaguerre added this to the v0.10.1 milestone Nov 25, 2021
@kaidaguerre kaidaguerre changed the title Support local plugins Support 'local' plugins Nov 25, 2021
@kaidaguerre kaidaguerre added the bug Something isn't working label Nov 25, 2021
@kaidaguerre
Copy link
Contributor Author

this would resolve #1112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants