1.0.3 • Published 3 years ago

fs-apex-cli v1.0.3

Weekly downloads
6
License
ISC
Repository
-
Last release
3 years ago

Tool to run apex code as we run it in Salesforce Anonymous window

Command arguments

  • --sfusername
  • --sfpassword
  • --inlinecode (true/false)
  • --apexcode (if inlinecode is true)
  • --pathtofile (if inlinecode is false)
  • --sflogin (optional, by default it is https://login.salesforce.com)

Sample command

  • --sfusername="mysfusername@salesforce.com" --sfpassword="mycomplexpassword" --inlinecode=true --apexcode="System.debug('Test');"
    • optional --sflogin="salesforce-login-url-or-test-url-bydefault-login"
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago