steampipe-plugin-hello

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL