Uh oh!
There was an error while loading. Please reload this page.
fix(cli): avoid auth for local typegen and services - #5553
Conversation
fced43f to
f68c021CompareThere was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:fced43f38c
ℹ️ 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.
f68c021 to
9fcf3c9CompareSupabase CLI previewnpx --yes https://pkg.pr.new/supabase@5553Preview package for commit |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:9fcf3c9e11
ℹ️ 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.
9fcf3c9 to
7dcdd70CompareUh oh!
There was an error while loading. Please reload this page.
Fixes CLI-1619.
This removes eager Management API client construction from command paths that have tokenless behavior:
gen types --localand--db-urlnow use a lean runtime and lazily construct the platform API client only for linked/project-id generation.servicesnow uses a lean runtime so it can always print local service versions, while keeping the linked-version lookup optional when a token is available.gen types --localandservicesinvocations through the actual CLI command layers.