Skip to content

Conversation

@kylemclaren
Copy link
Collaborator

Summary

  • Replace deprecated exec -detachable flag with exec -tty in examples
  • Update session management commands to use sprite sessions subcommand
  • Document Ctrl+\ as the detach keystroke

The -detachable flag was removed from sprite exec because all TTY sessions are now automatically detachable. Users should use the sprite sessions command to list, attach to, and kill sessions.

Changes

Updates to "Working with Sprites" page:

  • exec -detachableexec -tty
  • exec -id <id>sprite sessions attach <id>
  • exec -id <id> -killsprite sessions kill <id>
  • Added note about Ctrl+\ to detach from sessions

All TTY sessions are now automatically detachable. Users should use
`sprite sessions` to list, attach to, and kill sessions instead of
the removed -detachable and -id flags on exec.

- Replace `exec -detachable` examples with `exec -tty`
- Update commands to use `sprite sessions` subcommand
- Document Ctrl+\ as the detach keystroke
@github-actions
Copy link

github-actions bot commented Jan 16, 2026

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

Preview Deployment

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

Commit: b725350

@github-actions
Copy link

E2E Test Results

❌ Tests failure

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

@kylemclaren kylemclaren merged commit ffae06d into main Jan 16, 2026
3 of 5 checks passed
@kylemclaren kylemclaren deleted the update-sessions-docs branch January 16, 2026 11:27
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