Install the plugin with Steampipe:
steampipe plugin install ellisvalentiner/confluence
Run a query:
select
id,
title,
status,
type
from
confluence_content
Prerequisites:
- Steampipe
- Golang
Clone:
git clone https://github.com/ellisvalentiner/steampipe-plugin-confluence.git
cd steampipe-plugin-confluence
Build, which automatically installs the new version to your ~/.steampipe/plugins
directory:
make
Configure the plugin:
cp config/* ~/.steampipe/config
nano ~/.steampipe/config/confluence.spc
Try it!
steampipe query
> .inspect confluence