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 salesforceConfigure 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-salesforceBuild, which automatically installs the new version to your ~/.steampipe/plugins directory:
makeConfigure the plugin:
cp config/* ~/.steampipe/config
vi ~/.steampipe/config/salesforce.spcTry it!
steampipe query
> .inspect salesforceFurther 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:
