Skip to content

Export and import Salesforce files

Choose a tag to compare

@surajp surajp released this 29 Jan 06:08
· 15 commits to main since this release

Contains the following 2 cli commands:

  • file export: Export binary data for ContentVersion records in bulk
  • file import: Import ContentVersion records, including VersionData, in bulk

Both commands use concurrent threads to improve speed of operation. The import command uses composite api to batch requests for additional speed gains