Skip to content

storage cp rejects --jobs #5268

@upadhyay192

Description

@upadhyay192

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

  1. Install or build the current shim-based CLI.
  2. Run:
supabase storage cp --jobs 5 
  1. 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)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions