Skip to content

fix(cli): support start machine output#5687

Merged
jgoux merged 10 commits into
supabase:developfrom
ametel01:fix/start-output-json
Jun 25, 2026
Merged

fix(cli): support start machine output#5687
jgoux merged 10 commits into
supabase:developfrom
ametel01:fix/start-output-json

Conversation

@ametel01

@ametel01 ametel01 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds machine-output handling for supabase start in the legacy TypeScript shell. For --output json and --output-format json|stream-json, the command now captures Go start stdout, waits for a successful start, then emits the same status payload as supabase status --output json.

Legacy --output env|toml|yaml follows 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 json workflow requested in #4675 and discussed in #4675 (comment).

Output

Screenshot 2026-06-25 at 3 58 10 am

@ametel01 ametel01 marked this pull request as ready for review June 24, 2026 22:15
@ametel01 ametel01 requested a review from a team as a code owner June 24, 2026 22:15

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread apps/cli/src/legacy/commands/start/start.handler.ts Outdated
Comment thread apps/cli/src/legacy/commands/start/start.handler.ts
Comment thread apps/cli/src/legacy/commands/start/start.handler.ts Outdated
Comment thread apps/cli/src/legacy/commands/start/start.handler.ts Outdated
@jgoux jgoux enabled auto-merge June 25, 2026 08:49

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread apps/cli/src/legacy/commands/start/start.handler.ts
@jgoux jgoux disabled auto-merge June 25, 2026 09:00

@jgoux jgoux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! 🙏

@jgoux jgoux enabled auto-merge June 25, 2026 09:31
@jgoux jgoux added this pull request to the merge queue Jun 25, 2026
Merged via the queue into supabase:develop with commit c108d24 Jun 25, 2026
35 checks passed
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