Run make link which will build the plugin, create a steampipe-plugin-nats.spc.dev file, and create symlinks under the correct ~/.steampipe directory. This spc.dev file is ignored from version control so you can edit freely for testing. This includes connection configuration such as the NATS URLs, the credential file, etc.
NATS Steampipe Plugin
A plugin for Steampipe for querying information about various NATS assets.
Development
Local testing
This requires Steampipe to be installed.
Run
make linkwhich will build the plugin, create asteampipe-plugin-nats.spc.devfile, and create symlinks under the correct~/.steampipedirectory. Thisspc.devfile is ignored from version control so you can edit freely for testing. This includes connection configuration such as the NATS URLs, the credential file, etc.