• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 28782343695
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-5904-82dc21b8840ac5f825069e7f7625267e3d66d772
DEFAULT BRANCH: develop
Ran 06 Jul 2026 09:42AM UTC
Jobs 1
Files 229
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jul 2026 09:37AM UTC coverage: 65.166%. Remained the same
28782343695

push

github

web-flow
fix(cli): add --no-descriptions flag to completion subcommands (#5771)

## Current Behavior

cobra auto-registers a `--no-descriptions` flag on the
`bash`/`zsh`/`fish`/`powershell` completion subcommands whenever
descriptions are enabled, which is the Go CLI's default. The TS proxy
commands declared no flags at all, so `supabase completion zsh
--no-descriptions` (and the other three shells) failed with an
UnrecognizedOption error in TS before ever reaching the Go binary.

## Expected Behavior

Each of the four completion leaves now declares `--no-descriptions`
(name, default, and description matching cobra's
`compCmdNoDescFlagName`/`compCmdNoDescFlagDefault`/`compCmdNoDescFlagDesc`
constants exactly) and forwards it to the Go binary proxy. Since the
flag is identical across all four leaves in the same command family,
it's hoisted into `completion.flags.ts` rather than redeclared four
times, following the same pattern already used for `--linked`/`--local`
in `storage.flags.ts`.

Fixes CLI-1858

11041 of 16943 relevant lines covered (65.17%)

10.47 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
82.41
0.0% internal/storage/rm/rm.go
Jobs
ID Job ID Ran Files Coverage
1 28782343695.1 06 Jul 2026 09:42AM UTC 229
65.17
GitHub Action Run
Source Files on build 28782343695
  • Tree
  • List 229
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28782343695
  • 4efa0df2 on github
  • Prev Build on gh-readonly-queue/develop/pr-5769-28cc8449fc9d93a039b6a2fcdbcc3926143cd1a3 (#28782050508)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc