tmkw / sf_cli

A Ruby class library for Salesforce CLI
https://tmkw.github.io/sf_cli/
MIT License
0 stars 0 forks source link

sf_cli

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

current version: 1.2.4

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'