tzmfreedom / sfdc-capturejs

Capture Tool for Salesforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture Tool for Salesforce

Description

This is capture tool for Salesforce.com. This tool use PhantomJS and CasperJS.

Installation

$ git clone git@github.com:tzmfreedom/sfdc-capturejs.git
$ cd sfdc-capturejs
$ npm install

Usage

$ bin/capture.sh -u "username" -p "password" -o "output filename for record ids." -e "test or prod" -q "soql"

Example for Production or Developer Environment.

$ bin/capture.sh -u test@example.com -p hogefuga -o out.dat -q "SELECT id FROM Profile"

Example for Sandbox Environment.

$ bin/capture.sh -u test@example.com.sandbox -p hogefuga -o out.dat -e test -q "SELECT id FROM Profile"

License

The MIT License See LICENSE file.

About

Capture Tool for Salesforce

License:MIT License


Languages

Language:CoffeeScript 68.1%Language:Shell 31.9%