Replies: 1 comment 1 reply
-
hmmm ... it looks like our instructions there might be wrong ... sorry. When developing plugins, I usually start with an existing one and rename the various files / references. The
I hope that helps, and thanks for the heads up on the instructions. Let us know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Could you clarify something for me? I'm working on a plugin and I'm ready to start testing it. However, the install & test directions say to create a directory called
.steampipe/plugins/local/myplugin
for my plugin to live. The instructions also said to create a.steampipe/config/myplugin.spc
that points tolocal/myplugin
. However, when I executesteampipe query
, it complains the following:Now, I can put the myplugin.plugin in the
.steampipe/plugins/hub.steampipe.io/plugins/local/myplugin
directory, just the instructions don't say to put it there. Perhaps the docs are out of date, or there's some special flag I missed?Environment
Ubuntu 20.04
Steampipe 0.4.1
Golang go1.16.3 linux/amd64
Beta Was this translation helpful? Give feedback.
All reactions