Skip to content

Releases: ForceCLI/force

v1.0.4: Force CLI 1.0.4

05 Sep 20:49
v1.0.4
aff1a85
Compare
Choose a tag to compare
- Add Support for FlowTest Metadata

- Fix Pushing Foldered Metadata On Windows

- Restore RetrieveBulkBatchResults

- Add Support for OmniStudio Metadata Types

- Add `force deploys` Commands

- Fix force import Exit Code

v1.0.3: Force CLI 1.0.3

14 Jul 19:14
v1.0.3
1df2cc9
Compare
Choose a tag to compare
- Fix `query --explain` Output Without Notes

- Add ApexEmailNotifications Metadata Support

- Fix `bulk upsert` Parameters

v1.0.2: Force CLI 1.0.2

16 May 19:57
v1.0.2
9515fc1
Compare
Choose a tag to compare
- Add XML Declaration to JUnit Output

v1.0.1: Force CLI 1.0.1

19 Apr 20:07
v1.0.1
aec6154
Compare
Choose a tag to compare
- Add `force log tail` command to stream debug logs

- Fix Building of Static Binaries With Go 1.20

v1.0: Force CLI 1.0

19 Apr 12:27
v1.0
ab5ec4f
Compare
Choose a tag to compare
- Move `--scratch` to Sub-Command of `login`

- Fix usedxauth Command for Use With Scratch Orgs

- Print Lines Without Coverage When Coverage Warning

- Fix Error Output for `force record` Failures

- Display Error Message from checkDeployStatusResponse When Using `force push`

- Follow Redirects Refreshing Session Token

- Add Support for DataWeaveResource Metadata

- Add --username and --id Flags to whoami

- Vendor junit Package From kubernetes

- Add `--explain` Flag to `force query`

- Add `search` Command

- Return an Error If An Exception Occurs Executing Anonymous Apex

- Add NotificationTypeConfig Metadata Type

- Fix sobject delete Command

- Refactor PackageBuilder Code, And Fetch, Push and Import Commands That Use It

- Allow Deploying destructiveChanges.xml Outside of Root Directory

- Update to Go 1.20

- Add Support for CleanDataService Metadata

- Update pubsub Documentation

v0.99.4: Force CLI 0.99.4

01 Dec 20:16
v0.99.4
4d00d6d
Compare
Choose a tag to compare
Add AbortableQueryAndSend method

Force CLI v0.99.3

16 Nov 20:47
v0.99.3
e890099
Compare
Choose a tag to compare
- Add `pubsub subscribe` Command

- Render `limits` as a table; Display in red when close to limit

- Include State Message In `bulk batch` Output

- Retry CheckDeployStatus Errors in `force import`

- Bug Fix: fix `push` and `import` with no tests (`-test ''`)

Force CLI v0.99.2

24 Oct 16:37
v0.99.2
f7370cf
Compare
Choose a tag to compare
- Add --reporttype flag to `import` to allow generating junit output for
use in CI builds

- Update `import` to cancel deployments upon termination (when receiving
INT or TERM signal)

Force CLI v0.99.1

19 Oct 18:02
v0.99.1
5cdb318
Compare
Choose a tag to compare
- Add --quiet and --ignorecoverage Options To Make `import` Only Report
Errors

- Add Global --apiversion Flag; Add `apiversion list` Command

- Update `describe` Flags and Documentation

Force CLI v0.99.0

12 Oct 23:56
v0.99.0
573e4f3
Compare
Choose a tag to compare
Update version to 0.99.0 in preparation for 1.0 release.

- Add Global `--account` Flag

- Update flag and argument passing for greater consistency

- Add -s option to `force login` for use with SSO

- Handle 403 Session Expiration

- Add Support for ExperienceBundle and CustomHelpMenuSection Metadata

- Support Deploying Folder Metadata

- Update dependencies to support macOS on ARM64 (thanks, @MrDOS)

- Handle Non-Standard JSON Error Responses

- Add Support For `rest put` To Make PUT API Calls