Skip to content

Releases: ForceCLI/force

Force CLI v0.23.1

31 Jan 18:26
v0.23.1
cd09543
Compare
Choose a tag to compare
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

31 Jan 15:26
v0.23.0
7f66faf
Compare
Choose a tag to compare

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 and force 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

28 Nov 20:48
dee36f5
Compare
Choose a tag to compare

v0.22.83: Merge pull request #461 from cwarden/namespaced-folder

15 Nov 18:28
deee0cf
Compare
Choose a tag to compare

v0.22.82: Merge pull request #459 from cwarden/run-specific-test-methods

30 Oct 16:53
9582b27
Compare
Choose a tag to compare

v0.22.81: Merge pull request #440 from cwarden/anonymous-tests

16 Oct 23:40
Compare
Choose a tag to compare

v0.22.80: Merge pull request #449 from MrDOS/easy-logout

04 Oct 19:55
Compare
Choose a tag to compare
Easy logout when only one username is logged in

v0.22.79: Merge pull request #444 from cwarden/display-logs-then-fetch-more

29 Sep 21:50
Compare
Choose a tag to compare

v0.22.78: Merge pull request #442 from heroku/resty-stuff

27 Sep 02:03
Compare
Choose a tag to compare

v0.22.77: Merge pull request #436 from heroku/remove-auth-logging

06 Sep 23:48
Compare
Choose a tag to compare