Releases: ForceCLI/force
Releases · ForceCLI/force
Force CLI v0.99.3
- 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
- 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
- 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
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
Force CLI v0.33.0
- Add SessionOptions.RefreshFunc for custom session refresh function (thanks to @rgalanakis) - Add support for PlatformEventSubscriberConfig and PermissionSetGroup metadata
Force CLI v0.32.0
- Add support for SSLKEYLOGFILE for TLS key logging - Add support for Restriction Rule metadata - Display an error when API access is disabled - Overhaul http handling for Bulk API jobs
Force CLI v0.31.0
Add an extensible HTTP Request/Response system
Force CLI v0.30.0
Add `record merge` and `record undelete` commands. Refactor http handling to allow callbacks on response body (thanks to @rgalanakis).
Force CLI v0.29.0
Fix deploying LWC directories containing tests. Add support for PlatformEventChannel and PlatformEventChannelMember metadata.
Force CLI v0.28.1
Fix bug with queries using aggregate functions.