Project

sf_cli

0.0
The project is in a healthy, maintained state
A library for introducing Salesforce CLI to Ruby scripting.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

sf_cli

A class library for introducing Salesforce CLI to Ruby scripting. Currenty only sf command is the target of development.

current version: 1.3.0

Documents

Examples

  sf.org.login_web
  sf.data.get_record :Account, where: {Name: 'Jonny B.Good', Country: 'USA'}
  sf.apex.run file: 'path/to/file'