This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Releases: amtrack/force-dev-tool
Releases · amtrack/force-dev-tool
v0.10.0
v0.9.0
- fix
npm run fmt
for macOS - fix getApiVersion() of fetch-result-parser
- implement zipping and unzipping based on yazl and yauzl
- fixes issues deploying metadata with file names containing umlauts
- adds ability to deploy zip files instead of directories
- add
package version
command to get/set api version of apackage.xml
- add
info
command to show describe information for a remote
v0.8.1
v0.8.0
- improve generating the package.xml file by fetching more information from remotes
- determine active Flow version by running a SOQL query
- identify PersonAccount RecordTypes listed as Account RecordTypes by running a SOQL query
- retrieve api versions from remote
- improve creating changesets
- implement diffing profiles and permissionsets
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
- add
query
command for running a SOQL query - add
bulk
command for importing/exporting data - add
execute
command for executing anonymous Apex - remove undocumented
backup
command force-dev-tool
can now handle being called from within a subdirectory of the project (e.g.src/
)- import force-metadata-utils package for making maintenance easier
- update dependencies