Skip to content

meetsang/steampipe-plugin-salesforce

 
 

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:

About

Use SQL to instantly query Salesforce resources. Open source CLI. No DB required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.8%
  • PLpgSQL 18.5%
  • PLSQL 3.3%
  • Makefile 0.4%