Uh oh!
There was an error while loading. Please reload this page.
fix(cli): support start machine output - #5687
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:67d4cea3af
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:d6ea0488de
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
jgoux
left a comment
There was a problem hiding this comment.
Thanks for your contribution! 🙏
Uh oh!
There was an error while loading. Please reload this page.
Summary
Adds machine-output handling for
supabase startin the legacy TypeScript shell. For--output jsonand--output-format json|stream-json, the command now captures Go start stdout, waits for a successful start, then emits the same status payload assupabase status --output json.Legacy
--output env|toml|yamlfollows the same start-then-status path, while text output remains delegated directly to Go. The side-effect docs now describe the new output behavior.Issue
Addresses the
supabase start --output jsonworkflow requested in #4675 and discussed in #4675 (comment).Output