Skip to content

v2.5.0

Compare
Choose a tag to compare
@tobiaslohr tobiaslohr released this 08 Apr 07:29
· 328 commits to master since this release
c03fe4c

Features

  • Add command to execute a site export from an instance via new command sfcc-ci instance:export, supports fine granular export of variable sets of data units to export, see sfcc-ci instance:export --help for more details (#121)
  • Allow to inject OCAPI settings and WebDAV client permissions upon sandbox creation time via new flag --ocapi-settings and and --webdav-settings, see sfcc-ci sandbox:create --help for more details (#124)

Enhancements

  • Add unit tests for user management (#50)
  • Created package-lock.json file to ensure consistent dependencies for installs of the tool
  • Upgrade mocha to v6.2.3 (#133)

Fixes

  • Fixed an issue when using --json flag for command sfcc-ci sandbox:create (#125)
  • Fixed a prototype pollution vulnerability caused by a package dependency (#132)
  • Fixed CLI integration tests (#137, #138, #139)