v1.0.1
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
- Previously deprecated options have been fully removed.
- Renamed the short flag for
kit data csv convert- The short flag for
--outputhas been renamed from-oto-fto avoid conflicts with the sf command's global flag (--target-org,-o).
- The short flag for
| 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
--browseroption tokit graphql editorandkit metadata dependenciescommands - Enhanced the
--converterscript forkit data csv convert:- Added
startandfinishhooks - Added
organdconnproperties to thecontextobject - Added
parseCsvandsaveCsvmethods to thecontextobject
- Added
Bug Fixes
- Fixed a schema introspection error in
kit graphql editor