Skip to content

d416/steampipe-plugin-salesforce-streamlined

 
 

Repository files navigation

image

Salesforce Plugin for Steampipe

Use SQL to query infrastructure accounts, users, oppurtinities and more from your Salesforce instance.

Quick start

Install the plugin with Steampipe:

steampipe plugin install salesforce

Configure your credentials and config file.

Run a query:

select
  name,
  amount,
  close_date
from
  salesforce_opportunity
where
  is_won;

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-salesforce.git
cd steampipe-plugin-salesforce

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

make

Configure the plugin:

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

Try it!

steampipe query
> .inspect salesforce

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • PLSQL 1.4%
  • Makefile 0.2%