GitHunt
XU

XUJiahua/steampipe-plugin-cpi

SAP Cloud Integration plugin for Steampipe

Steampipe + SAP Cloud Integration

SAP Cloud Integration plugin for Steampipe

Use SQL to query artifacts from SAP Cloud Integration.

Quick start

Install the plugin with Steampipe:

steampipe plugin install vadimklimov/cpi

Configure your credentials and config file.

Run a query to list integration packages in an SAP Cloud Integration tenant:

select
  name,
  version,
  vendor,
  mode
from
  cpi_integration_package;

Developing

Prerequisites:

Clone:

git clone https://github.com/vadimklimov/steampipe-plugin-cpi.git
cd steampipe-plugin-cpi

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/cpi.spc

Try it!

steampipe query
> .inspect cpi

Further reading:

Open Source & Contributing

This repository is published under the Apache 2.0 (source code) and CC BY-NC-ND (docs) licenses. Please see our code of conduct. We look forward to collaborating with you!

Steampipe is a product produced from this open source software, exclusively by Turbot HQ, Inc. It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our Open Source FAQ.

Get Involved

Join #steampipe on Slack →

Want to help but don't know where to start? Pick up one of the help wanted issues:

Languages

Go95.9%PLSQL3.4%Makefile0.6%

Contributors

Apache License 2.0
Created February 24, 2026
Updated February 24, 2026