798653ae40 | ||
---|---|---|
.gitignore | ||
Godeps | ||
README.md | ||
accounts.go | ||
active.go | ||
apex.go | ||
attrs.go | ||
command.go | ||
config.go | ||
display.go | ||
error.go | ||
export.go | ||
field.go | ||
force.go | ||
help.go | ||
import.go | ||
login.go | ||
main.go | ||
metadata.go | ||
oauth.go | ||
open.go | ||
partner.go | ||
query.go | ||
record.go | ||
soap.go | ||
sobject.go | ||
sort.go | ||
update.go | ||
version.go | ||
whoami.go |
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.