Skip to content

Releases: SalesforceCommerceCloud/sfcc-ci

v2.1.0

12 Nov 13:44
4dac2bf
Compare
Choose a tag to compare

Features

  • Support for setting new cartridge in site cartridge path via new command sfcc-ci cartridge:add
  • Exploring Account Manager orgs and users, see topics sfcc-ci org:* and sfcc-ci user:*
  • Management of Account Manager users incl. CRUD operations and grant/revoke of roles to/from users in Account Manager, see topics sfcc-ci role:* and sfcc-ci user:*
  • Management of Business Manager users incl. querying users, CRUD operations and grant/revoke of roles to/from users in Business Manager
  • Support for upload of files to B2C instance via new command sfcc-ci data:upload

Enhancements

  • Use new option --selfsigned to allow connection to hosts using self-signed certificates
  • Use new option --ignorewarnings to ignore any warnings logged to the console
  • Enhanced test coverage and CLI tests
  • Remove dependencies to deprecated npm packages

v2.0.0

11 Jul 12:28
Compare
Choose a tag to compare

Features

  • support for B2C On-Demand Developer Sandboxes
  • sandbox management via command group sandbox (sandbox:list, sandbox:create, sandbox:get, sandbox:update, sandbox:start, sandbox:stop, sandbox:restart, sandbox:reset, sandbox:remove)
  • sandbox realm management (sandbox:realms)
  • support for sandbox realm settings

v1.1.0

16 Apr 15:51
Compare
Choose a tag to compare
  • improved readme for configuration and installation of CLI
  • fix broken auth:login after version update of conf
  • print login url auth:login uses to console for manually opening
  • Properly reset process.exitCode after each test
  • #28 make linting part of npm test script
  • #29 Gracefully end client:auth when login url cannot be reached
  • #27 Use stored source for Oauth redirect page
  • Support the refresh_token grant when user specifies --renew. …
  • Introduce a ocapi.retryableCall method …
  • Add tests for the auth#renew and ocapi#retryableCall methods
  • Merge pull request #21 from wundrian/grant-refresh …
  • Treat client_credentials grants as renewable (fixes #33) …
  • Merge pull request #36 from wundrian/fix/issue_33.renew …
  • #14 Fixed error first callbacks in JS API

v2.0.0-beta.2

10 Apr 07:35
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Features

Features of v2.0.0-beta.1 plus:

  • support for sandbox realm settings
  • adjusted sandbox commands, with parameters passed via options (--option <option>)
  • various improvements to sandbox related CLI commands

v2.0.0-beta.1

19 Dec 10:29
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Features

  • support for B2C Developer Sandboxes
  • sandbox management via command group sandbox (sandbox:list, sandbox:create, sandbox:get, sandbox:update, sandbox:start, sandbox:stop, sandbox:restart, sandbox:reset, sandbox:remove)
  • sandbox realm management (sandbox:realms)

v1.0.0

18 Dec 11:09
c714155
Compare
Choose a tag to compare
  • Initial release with basic support for instance management, code management and site import
  • Supports custom jobs execution
  • Instance aliasing
  • Authentication via Account Manager