1.0.3 • Published 4 years ago
fs-apex-cli v1.0.3
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"