Skip to content

fix(cli): add --full-id flag to show complete batch IDs#2068

Merged
jxnl merged 1 commit into567-labs:mainfrom
Waqar53:fix/batch-cli-full-id
Feb 7, 2026
Merged

fix(cli): add --full-id flag to show complete batch IDs#2068
jxnl merged 1 commit into567-labs:mainfrom
Waqar53:fix/batch-cli-full-id

Conversation

@Waqar53
Copy link
Contributor

@Waqar53 Waqar53 commented Feb 7, 2026

Fixes #1871.

  • Add --full-id option to batch list command to display complete batch IDs without truncation
  • Update generate_table() to accept full_id parameter
  • Adjust column width dynamically based on full_id flag
  • Default behavior unchanged (IDs still truncated unless --full-id used)

Fixes 567-labs#1871.

- Add --full-id option to batch list command to display complete
  batch IDs without truncation
- Update generate_table() to accept full_id parameter
- Adjust column width dynamically based on full_id flag
- Default behavior unchanged (IDs still truncated unless --full-id used)
@jxnl jxnl merged commit bf113b6 into 567-labs:main Feb 7, 2026
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Batch CLI can't show full batch ID

2 participants