Skip to content

ellisvalentiner/steampipe-plugin-confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluence Plugin for Steampipe

Quick start

Install the plugin with Steampipe:

steampipe plugin install ellisvalentiner/confluence

Run a query:

select
  id,
  title,
  status,
  type
from
  confluence_content

Developing

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