Install the plugin with Steampipe:
steampipe plugin install ellisvalentiner/confluenceRun a query:
select
id,
title,
status,
type
from
confluence_contentPrerequisites:
- Steampipe
- Golang
Clone:
git clone https://github.com/ellisvalentiner/steampipe-plugin-confluence.git
cd steampipe-plugin-confluenceBuild, which automatically installs the new version to your ~/.steampipe/plugins directory:
makeConfigure the plugin:
cp config/* ~/.steampipe/config
nano ~/.steampipe/config/confluence.spcTry it!
steampipe query
> .inspect confluence