Skip to content

Latest commit

 

History

History
81 lines (55 loc) · 2.17 KB

File metadata and controls

81 lines (55 loc) · 2.17 KB

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: