Skip to content

Conversation

@kcmartin
Copy link
Collaborator

@kcmartin kcmartin commented Jan 21, 2026

Summary

  • Fixed documentation inconsistency where sprite destroy my-sprite was used instead of the correct sprite destroy -s my-sprite syntax
  • Updated quickstart.mdx, sprites.mdx, working-with-sprites.mdx, and cli-runner.ts script
  • The CLI reference documents sprite destroy [options] without a positional argument, so the -s flag is required

Test plan

  • Verify the updated examples match the CLI reference documentation
  • Test that sprite destroy -s sprite-name works correctly with the CLI

🤖 Generated with Claude Code

The CLI reference documents `sprite destroy` as requiring the -s flag
to specify a sprite name, but several docs used a positional argument.
Updated all occurrences to use the correct `-s sprite-name` syntax.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions
Copy link
Contributor

CLI Documentation Generator

Metric Value
CLI Version 0.0.1
Commands Generated 24
Tests ✅ 0/0 passed
📚 Commands documented
  • sprite login
  • sprite logout
  • sprite org auth
  • sprite org list
  • sprite org logout
  • sprite org keyring disable
  • sprite org keyring enable
  • sprite auth setup
  • sprite create
  • sprite use
  • sprite list
  • sprite destroy
  • sprite exec
  • sprite console
  • sprite checkpoint create
  • sprite checkpoint list
  • sprite checkpoint info
  • sprite checkpoint delete
  • sprite restore
  • sprite proxy
  • sprite url
  • sprite url update
  • sprite api
  • sprite upgrade

@github-actions
Copy link
Contributor

Preview Deployment

Name URL
Preview https://pr-99-superfly-sprites-docs.fly.dev

Commit: 7818537

@github-actions
Copy link
Contributor

E2E Test Results

✅ Tests success

Ran against: https://pr-99-superfly-sprites-docs.fly.dev

@github-actions
Copy link
Contributor

Lighthouse Results

⚠️ Lighthouse failed to collect results. This may be due to the preview deployment not being ready.

@kcmartin kcmartin merged commit a054f88 into main Jan 21, 2026
4 of 5 checks passed
@kcmartin kcmartin deleted the fix/sprite-destroy-requires-s-flag branch January 21, 2026 22:17
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.

2 participants