Use SQL to query infrastructure accounts, users, oppurtinities and more from your Salesforce instance.
- Get started →
- Documentation: Table definitions & examples
- Community: Slack Channel
- Get involved: Issues
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;
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:
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: