maton salesforce
Query, manage, and inspect records in Salesforce.
Available commands
- maton salesforce limits
- maton salesforce object
- maton salesforce query
- maton salesforce record
- maton salesforce search
- maton salesforce whoami
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton salesforce whoami
$ maton salesforce query 'SELECT Id,Name FROM Contact LIMIT 10'
$ maton salesforce record view 0035g00000XYZ --type Contact
$ maton salesforce record create --type Contact --data '{"FirstName":"John","LastName":"Doe"}'
$ maton salesforce object describe Contact