You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
from https://steampipe.io/docs/develop/writing-plugins#writing-plugins
however this does not work - we do not resolve
local
The text was updated successfully, but these errors were encountered: