Describe the bug
supabase gen types --query-timeout <duration> fails immediately with Unrecognized flag: --query-timeout in command supabase gen types.
The command help also omits --query-timeout, even though the Go CLI reference still documents it for gen types.
To Reproduce
- Install or build the current shim-based CLI.
- Run:
supabase gen types --query-timeout 30s --linked
- Observe:
ERROR
Unrecognized flag: --query-timeout in command supabase gen types
You can also confirm the missing flag via:
supabase gen types --help
--query-timeout is not listed in the command flags.
Expected behavior
supabase gen types --query-timeout <duration> should accept the flag and continue to execution instead of failing in argument parsing.
Screenshots
N/A
System information
- Ticket ID:
[from --create-ticket]
- Version of OS:
[fill in]
- Version of CLI:
[fill in]
- Version of Docker:
[fill in if applicable]
- Versions of services:
[output from supabase services if applicable]
Describe the bug
supabase gen types --query-timeout <duration>fails immediately withUnrecognized flag: --query-timeout in command supabase gen types.The command help also omits
--query-timeout, even though the Go CLI reference still documents it forgen types.To Reproduce
You can also confirm the missing flag via:
--query-timeoutis not listed in the command flags.Expected behavior
supabase gen types --query-timeout <duration>should accept the flag and continue to execution instead of failing in argument parsing.Screenshots
N/A
System information
[from --create-ticket][fill in][fill in][fill in if applicable][output from supabase services if applicable]