command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hello Plugin for Steampipe
Examples for creators of Steampipe plugins
Learn about Steampipe
Get started
Install go, then:
$ git clone https://github.com/judell/steampipe-plugin-hello
$ cp ./config/hello.spc ~/.steampipe/config
$ make
$ steampipe query
> select * from hello order by id
+----+----------+-------------------+
| id | greeting | json |
+----+----------+-------------------+
| 1 | Hello | {"hello":"world"} |
| 2 | Hello | {"hello":"world"} |
| 3 | Hello | {"hello":"world"} |
+----+----------+-------------------+
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.