Describe the bug
supabase storage cp --jobs <n> fails immediately with Unrecognized flag: --jobs in command supabase storage cp.
The command help also omits --jobs, even though the Go CLI reference still documents -j, --jobs for storage cp.
To Reproduce
- Install or build the current shim-based CLI.
- Run:
supabase storage cp --jobs 5
- Observe:
ERROR
Unrecognized flag: --jobs in command supabase storage cp
You can also confirm the missing flag via:
supabase storage cp --help
--jobs is not listed in the command flags.
Expected behavior
supabase storage cp --jobs <n> 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]
Additional context
- The CLI reference still documents
storage cp with:
-j, --jobs uint Maximum number of parallel jobs. (default 1)
Describe the bug
supabase storage cp --jobs <n>fails immediately withUnrecognized flag: --jobs in command supabase storage cp.The command help also omits
--jobs, even though the Go CLI reference still documents-j, --jobsforstorage cp.To Reproduce
You can also confirm the missing flag via:
--jobsis not listed in the command flags.Expected behavior
supabase storage cp --jobs <n>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]Additional context
storage cpwith: