Skip to content

@salesforce/b2c-cli@0.9.0: chore: version packages (#271)

Choose a tag to compare

@github-actions github-actions released this 19 Mar 23:08
· 133 commits to main since this release
fe3781b

@salesforce/b2c-cli@0.9.0

Minor Changes

  • #167 caa568e - Introduces stateful authentication: auth login (browser/implicit), auth logout, auth client (client_credentials/password), auth client renew, and auth client token. Sessions are stored as a JSON file in the CLI data directory; when a valid session exists, all OAuth commands use it automatically without requiring credentials on every invocation. (Thanks @amit-kumar8-sf!)

    Note: Sessions are not shared with sfcc-ci. Re-authenticate with b2c auth login or b2c auth client after upgrading. Existing stateless auth (env vars, dw.json) is unaffected.

Patch Changes

  • b30e427 - Add --path flag to b2c docs schema to print the filesystem path to a schema file instead of its content, enabling use with tools like xmllint for XML validation. (Thanks @clavery!)

  • #272 e919e50 - Added sfcc-ci migration guide with command mappings and CI/CD migration instructions. Added backward-compatible sfcc-ci command aliases (client:auth, code:deploy, code:list, code:activate, job:run, etc.) and environment variable aliases (SFCC_OAUTH_CLIENT_ID, SFCC_OAUTH_CLIENT_SECRET, SFCC_LOGIN_URL). (Thanks @clavery!)

  • Updated dependencies [b30e427, e919e50, caa568e]:

    • @salesforce/b2c-tooling-sdk@0.10.0

@salesforce/b2c-dx-mcp@0.5.1

Patch Changes

@salesforce/b2c-tooling-sdk@0.10.0

Minor Changes

  • #167 caa568e - Introduces stateful authentication: auth login (browser/implicit), auth logout, auth client (client_credentials/password), auth client renew, and auth client token. Sessions are stored as a JSON file in the CLI data directory; when a valid session exists, all OAuth commands use it automatically without requiring credentials on every invocation. (Thanks @amit-kumar8-sf!)

    Note: Sessions are not shared with sfcc-ci. Re-authenticate with b2c auth login or b2c auth client after upgrading. Existing stateless auth (env vars, dw.json) is unaffected.

Patch Changes

  • b30e427 - Add --path flag to b2c docs schema to print the filesystem path to a schema file instead of its content, enabling use with tools like xmllint for XML validation. (Thanks @clavery!)

  • #272 e919e50 - Added sfcc-ci migration guide with command mappings and CI/CD migration instructions. Added backward-compatible sfcc-ci command aliases (client:auth, code:deploy, code:list, code:activate, job:run, etc.) and environment variable aliases (SFCC_OAUTH_CLIENT_ID, SFCC_OAUTH_CLIENT_SECRET, SFCC_LOGIN_URL). (Thanks @clavery!)

b2c-vs-extension@0.2.5

Patch Changes

Documentation

Patch Changes

  • #272 e919e50 - Added sfcc-ci migration guide with command mappings and CI/CD migration instructions. Added backward-compatible sfcc-ci command aliases (client:auth, code:deploy, code:list, code:activate, job:run, etc.) and environment variable aliases (SFCC_OAUTH_CLIENT_ID, SFCC_OAUTH_CLIENT_SECRET, SFCC_LOGIN_URL). (Thanks @clavery!)