maton salesforce

Query, manage, and inspect records in Salesforce.

Resource commands

Auth commands

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 create --type Contact --data '{"FirstName":"John","LastName":"Doe"}'
$ maton salesforce object describe Contact
$ maton salesforce composite call -F composite.json

See also