@salesforce/b2c-cli@0.9.0: chore: version packages (#271)
@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, andauth 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 withb2c auth loginorb2c auth clientafter upgrading. Existing stateless auth (env vars,dw.json) is unaffected.
Patch Changes
-
b30e427- Add--pathflag tob2c docs schemato print the filesystem path to a schema file instead of its content, enabling use with tools likexmllintfor 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, andauth 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 withb2c auth loginorb2c auth clientafter upgrading. Existing stateless auth (env vars,dw.json) is unaffected.
Patch Changes
-
b30e427- Add--pathflag tob2c docs schemato print the filesystem path to a schema file instead of its content, enabling use with tools likexmllintfor 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!)