Skip to content

Commit d772003

Browse files
committed
backfill changesets from recent PRs
1 parent 6b72da4 commit d772003

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.changeset/code-bugfix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-cli': patch
3+
---
4+
5+
bugfix code deploy to not require oauth unless needed

.changeset/doc-improvements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-cli': minor
3+
---
4+
5+
consistent command doc structure; better auth page; online links in examples for all topics/cmds

.changeset/log-tailing-feature.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,4 @@
33
'@salesforce/b2c-tooling-sdk': minor
44
---
55

6-
Add log tailing and listing commands for viewing B2C Commerce instance logs
7-
8-
New CLI commands:
9-
- `b2c logs list` - List log files with filtering by prefix and sorting
10-
- `b2c logs tail` - Real-time log tailing with colored output and path normalization
11-
12-
New SDK functions in `@salesforce/b2c-tooling-sdk/operations/logs`:
13-
- `listLogFiles()` - List and filter log files
14-
- `tailLogs()` - Continuous log tailing with callbacks
15-
- `getRecentLogs()` - One-shot retrieval of recent log entries
16-
- `createPathNormalizer()` - Convert remote paths to local for IDE click-to-open
6+
Add log tailing, listing, and retrieval commands for viewing B2C Commerce instance logs. See `b2c logs` topic.

.changeset/mrt-warnings.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-cli': patch
3+
---
4+
5+
mrt bundle commands now relay warnings from the bundle such as out of date node versions

0 commit comments

Comments
 (0)