Releases: SalesforceCommerceCloud/sfcc-ci
Releases · SalesforceCommerceCloud/sfcc-ci
v2.1.0
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:*
andsfcc-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:*
andsfcc-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
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
- 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
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
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
- Initial release with basic support for instance management, code management and site import
- Supports custom jobs execution
- Instance aliasing
- Authentication via Account Manager