Releases: ForceCLI/force
Force CLI v0.23.1
Add support for HOME environment variable on Windows for storing session info. Improve error handling around accessing home directory. Include Flow Definitions in `force export`.
v0.23.0
New Features
-
Add -all option to
force query
to use queryAll to include deleted and
archived records -
Add standard -format and -tooling options for
force query
. Positional
arguments still work, but are deprecated. -
Omit classes with no coverage from
force test
output (thanks to Joan Barros) -
Improve
force import
error handling. Exit with error code upon failure.
Display failed and successful tests along with codecoverage warnings in verbose
mode. -
Display status details during deployment with
force push
andforce import
like the Force.com Migration Tool. -
Add -absolute flag to
force rest
to support any URL on current instance
such as Apex REST endpoints under /services/apexrest/. -
Add -wait option to
force bulk query
to return query results on stdout
Bug Fixes
-
force field create
no longer fails when trying to update the user's profile -
Use xml.Encoder to build SOAP login requests so characters in username and
password are escaped properly (thanks to Andrew Beyer) -
Broken
force update
command removed -
Fix Serial concurrency mode for
force bulk
-
Fix
force bulk upsert
with positional arguments (Thanks to Eric Savadian) -
Exit with error code if
force bulk
fails to create a job -
Fix
force version
Library Features
-
New Force.QueryAndSend method that works like Force.Query, but sends each
ForceRecord to a channel -
Update Force.AddBatchToJob to support JSON and XML Bulk API jobs
v0.22.84: Merge pull request #465 from cwarden/bulk-cleanup
Marshal XML To Create Bulk Jobs
v0.22.83: Merge pull request #461 from cwarden/namespaced-folder
Export Namespaced, Foldered Metadata
v0.22.82: Merge pull request #459 from cwarden/run-specific-test-methods
Add Support for Running Specific Tests
v0.22.81: Merge pull request #440 from cwarden/anonymous-tests
Run Anonymous Apex in Test Context
v0.22.80: Merge pull request #449 from MrDOS/easy-logout
Easy logout when only one username is logged in
v0.22.79: Merge pull request #444 from cwarden/display-logs-then-fetch-more
v0.22.78: Merge pull request #442 from heroku/resty-stuff
v0.22.77: Merge pull request #436 from heroku/remove-auth-logging
remove auth logging