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

supabase / cli / 31781265552
62%

Build:
DEFAULT BRANCH: develop
Ran 14 Aug 2026 07:48AM UTC
Jobs 1
Files 95
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

14 Aug 2026 07:40AM UTC coverage: 62.406% (+0.02%) from 62.388%
31781265552

push

github

web-flow
feat(cli): suppress update notifier (CLI-1922) (#6143)

## TL;DR

Adds `SUPABASE_NO_UPDATE_NOTIFIER` to suppress the
`A new version of Supabase CLI is available` notice, following the same
convention...
## What's introduced?

- A native port of the upgrade notice to the legacy TypeScript shell:
same message bytes, same `supabase/.temp/cli-latest` ten hour cache,
`--workdir` aware, with `--debug`/`SUPABASE_DEBUG` diagnostics for
failed fetches and cache reads.
- One switch for both sides: the Go sidecar honors the same variable,
and the legacy shell suppresses its Go children so the notice prints
exactly once.
- Hardening: a symlink anywhere in the cache path disables caching
instead of being written through, color is gated for `NO_COLOR` and
piped stderr, and a Ctrl-C or CI timeout during the bounded trailing
check no longer turns a successful command into exit 130, through the
compiled binary and the npm shim alike.

## Why is it needed?

The notice only came from the bundled Go sidecar, so it appeared on
delegated commands, was missing from native ones, and could not be
turned off. Users who pin the CLI version on purpose (Nix, lockfiles, CI
images) had no way to silence it.

## ref:
- closes: CLI-1922
- closes: https://github.com/supabase/cli/issues/5853

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Coverage Regressions

Lines Coverage ∆ File
48
10.51
2.11% cmd/root.go
Jobs
ID Job ID Ran Files Coverage
1 31781265552.1 14 Aug 2026 07:48AM UTC 95
62.41
GitHub Action Run
Source Files on build 31781265552
  • Tree
  • List 95
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31781265552
  • 0a8b9c0b on github
  • Prev Build on develop (#31759295933)
  • Next Build on develop (#31786201637)
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