Skip to content

v1.0.1

Choose a tag to compare

@a-ono a-ono released this 09 Jan 14:03
· 0 commits to esm since this release

Breaking Changes

  • Migrated to ES Modules
    • Recommended: Rename existing CommonJS scripts to .cjs or migrate them to ES Modules for better compatibility.
  • Removed deprecated options
  • Renamed the short flag for kit data csv convert
    • The short flag for --output has been renamed from -o to -f to avoid conflicts with the sf command's global flag (--target-org, -o).
Commands Old flag name New flag name
kit data csv convert --output, -o --output, -f

Deprecations

  • Changed flag names to readable hyphenated format
Commands Old flag name New flag name
kit data bulk insert
kit data bulk update
kit data bulk upsert
--csvfile
--resultfile
--setnull
--convertonly
--concurrencymode
--batchsize
--assignmentruleid
--skiplines
--csv-file
--result-file
--set-null
--convert-only
--concurrency-mode
--batch-size
--assignment-rule-id
--skip-lines
kit data bulk upsert --externalid --external-id
kit data csv convert --skiplines --skip-lines

New Features

  • Added the --browser option to kit graphql editor and kit metadata dependencies commands
  • Enhanced the --converter script for kit data csv convert:
    • Added start and finish hooks
    • Added org and conn properties to the context object
    • Added parseCsv and saveCsv methods to the context object

Bug Fixes

  • Fixed a schema introspection error in kit graphql editor