Skip to content

Fix misleading --account option documentation#8

Merged
robzolkos merged 1 commit intomasterfrom
fix-account-option-documentation
Dec 11, 2025
Merged

Fix misleading --account option documentation#8
robzolkos merged 1 commit intomasterfrom
fix-account-option-documentation

Conversation

@robzolkos
Copy link
Copy Markdown
Collaborator

Summary

  • Changed "Account ID" to "Account slug" in CLI help text and README
  • The --account option expects the numeric slug (e.g., 6102600) from fizzy identity show, not the UUID-style account ID

Users were getting 404 errors when using the account ID like 03f58rjxdx0ri1ihuqnqsib4n instead of the slug from the identity response ("slug": "/6102600").

Test plan

  • Run bundle exec rake test - all 103 tests pass
  • Verified fizzy board list --account=6102600 works across multiple accounts

The --account option expects the account slug (numeric value like
6102600) from identity show, not the UUID-style account ID. Users
were getting 404 errors when using the ID instead of the slug.

Updated help text and README to say "Account slug" instead of
"Account ID" to prevent confusion.
@robzolkos robzolkos merged commit c4719ac into master Dec 11, 2025
1 check passed
@robzolkos robzolkos deleted the fix-account-option-documentation branch December 11, 2025 21:19
waynemsmith added a commit to Concurrent-Systems/fizzy-cli that referenced this pull request Mar 28, 2026
uploadFile() returned signed_id (ActiveStorage blob reference) but used
it as the sgid in <action-text-attachment>. The API returns a separate
attachable_sgid field which is the correct ActionText signed global ID.

Also forward direct_upload.headers from the API response instead of
manually constructing them — picks up Content-Disposition header.

Closes basecamp#7

Co-authored-by: Claude Opus 4.6 <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