You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CLI examples in quickstart to use correct exec syntax
sprite exec passes arguments directly to the command without shell
interpretation. Commands using shell operators (&&, |, >, &) need
to be wrapped with `bash -c "..."`. Simple commands don't need quotes.
Changes:
- Add bash -c wrapper for commands with shell operators
- Remove unnecessary quotes from simple commands
- Fix auth mode reference from `sprite` to `default`
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments