We Made You an Open Source Salesforce Command-line Tool, You're Welcome
By:
Mark Biek
on 5/7/2018
We love making things (usually digital but not always); whenever possible, we like to share the things we make (like our starter theme for WordPress or our coding standards).
Over the past year, we’ve been doing a fair amount of Salesforce work, and have found that debugging/testing/exploring the Salesforce REST API can be a little tedious by hand.
First you have to get an auth token
Once you have a token, you can make API calls, like getting usage limits
or a list of sobjects.
Doing things like SOQL queries is a pain because you have to url-encode the query by hand for the command line.
…see what I mean?
To that end, we’re releasing an Open Source (MIT-licensed) command-line tool for exploring the Salesforce REST API.
Now you can type simple commands at the command prompt to do all sorts of handy things with Salesforce like query objects, run SOQL commands, etc.
You’re welcome to fork our code and make your own additions. If you do something cool with it or think of an interesting new feature to include, let us know!


Related Posts
Stop Blaming Tools for Leadership Gaps (CRM)
By:Ben Wilson on 1/7/2025
This! This [new gadget]! It will fix me! It will fix us! 🤩 It’s tempting to think a shiny new tool, like a CRM system, will fix everything in your business life. But here’s the hard truth: *most of the time* the tool isn't the problem OR the solution—it’s the lack of clear leadership.
Read More »Integrating Shopify into your Custom Website, and Keeping Google Analytics Happy
By:Ben Wilson on 11/15/2018
Have you integrated Shopify into a website you’ve built? It’s super easy to do with Shopify’s excellent documentation, support and infrastructure. Here at VIA Studio, we use Shopify primarily for sites that don’t need a lot of custom functionality, but need to function flawlessly and look good.
Read More »
