Skip to content

fix(cli): print full ids in builds list and deploy-tokens list (0.5.19) - #471

Open
TennyZhuang wants to merge 1 commit into
mainfrom
rhea/cli-list-full-ids
Open

fix(cli): print full ids in builds list and deploy-tokens list (0.5.19)#471
TennyZhuang wants to merge 1 commit into
mainfrom
rhea/cli-list-full-ids

Conversation

@TennyZhuang

Copy link
Copy Markdown
Contributor

Problem

Same class as #468: builds list and deploy-tokens list truncated their id column to 8 chars (id.slice(0, 8)), so a copied build/token id could not be fed back to any command. (Raised by CC-Quiver-Owner: a feedback item should fix the class, not just the one case.)

Changes

  • builds list: print the full build id.
  • deploy-tokens list: print the full token id.
  • Version bump 0.5.18 → 0.5.19.

feedback.js's slice(0,8) is an after-the-fact receipt ("Updated ticket xxx."), not a copy source — intentionally left alone.

Follow-up

The #468 server-side shape gate only guards :appId; a truncated buildId/tokenId still yields the old misleading role/not-found failure. A matching shape gate for those params is a possible follow-up, not included here.

Testing

CLI tsc clean. On merge, tag cli-v0.5.19 triggers publish-cli.

🤖 Generated with Claude Code

….5.19)

Same class as #468: these lists truncated ids to 8 chars (`id.slice(0, 8)`),
so a copied build/token id could not be fed back to any command. Print the
full id. (feedback.js's slice(0,8) is an after-the-fact receipt, not a copy
source — intentionally left alone.)

Server-side note: the #468 shape gate only guards :appId; a truncated
buildId/tokenId still yields the old misleading failure. A matching shape gate
for those params is a possible follow-up, tracked separately.

Signed-off-by: Rhea Rafferty <rhea@hands.build>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant