A command-line interface to force.com
Перейти к файлу
Wade Wegner 798653ae40 Updated readme 2013-11-17 09:15:11 -08:00
.gitignore Added gitignore and fixed issues 2013-11-16 13:43:51 -08:00
Godeps update Godeps 2013-10-10 12:59:04 -04:00
README.md Updated readme 2013-11-17 09:15:11 -08:00
accounts.go allow login to multiple endpoints 2013-10-01 08:43:53 -04:00
active.go cleanup 2013-09-26 12:56:46 -04:00
apex.go tweak examples 2013-10-04 13:01:34 -04:00
attrs.go finish record namespace 2013-09-27 14:27:25 -04:00
command.go changed forego to force for output 2013-10-04 09:13:00 -07:00
config.go init 2013-09-25 09:29:43 -04:00
display.go print non-strings properly 2013-11-06 17:03:27 -05:00
error.go fix error printing 2013-10-01 08:41:14 -04:00
export.go fmt 2013-10-15 10:40:16 -04:00
field.go tweak help text 2013-11-05 17:53:32 -05:00
force.go Add support for browsers that for whatever reason 2013-11-07 23:32:54 -08:00
help.go init 2013-09-25 09:29:43 -04:00
import.go fix error output 2013-10-15 10:41:36 -04:00
login.go allow login to multiple endpoints 2013-10-01 08:43:53 -04:00
main.go remove active 2013-11-06 21:21:51 -05:00
metadata.go fmt 2013-10-15 10:40:16 -04:00
oauth.go another pass at oauth 2013-10-10 12:58:54 -04:00
open.go make url open escaped on windows 2013-09-27 10:46:30 -04:00
partner.go add apex command 2013-10-04 12:03:51 -04:00
query.go rename select to query 2013-11-05 17:53:27 -05:00
record.go make add/remove silently work for create/delete 2013-10-02 13:30:33 -04:00
soap.go move defer calls to after error check to avoid panic 2013-11-07 11:05:27 -06:00
sobject.go tweak help text 2013-11-05 17:53:32 -05:00
sort.go massive refactoring, complete subject and field namespaces 2013-10-01 17:48:05 -04:00
update.go display result of force update 2013-09-29 09:48:32 -04:00
version.go cleanup 2013-10-04 12:03:17 -04:00
whoami.go make force.Whoami 2013-10-08 13:26:12 -04:00

README.md

force

A command-line interface to force.com

Installation

Precompiled Binaries
Compile from Source

Download and install the Go runtime

$ go get -u github.com/wadewegner/force

Usage

Usage: force <command> [<args>]

Available commands:
   login     Log in to force.com
   logout    Log out from force.com
   whoami    Show information about the active account
   sobject   Manage sobjects
   field     Manage sobject fields
   record    Create, modify, or view records
   export    Export metadata to a local directory
   import    Import metadata from a local directory
   query     Execute a SOQL query
   apex      Execute anonymous Apex code
   version   Display current version
   update    Update to the latest version
   help      Show this help

Run 'force help [command]' for details.