Commit Graph

14 Commits

Author SHA1 Message Date
Pamela Chia 2536593594 docs: CLI telemetry disclosure (#44662)
## Summary

The CLI now collects usage telemetry (supabase/cli#5019) with opt-out
via `supabase telemetry disable` or `SUPABASE_TELEMETRY_DISABLED=1`. The
self-hosting docs previously stated "no telemetry" without
distinguishing Docker from the CLI. This PR discloses CLI telemetry
across docs and regenerates the CLI reference spec to include the new
telemetry commands.

## Changes
- Update self-hosting telemetry section: Docker has no telemetry, CLI is
separate with opt-out instructions and link to full telemetry docs
- Regenerate `cli_v1_commands.yaml` from CLI v2.88.0, adding
consolidated `supabase telemetry` reference page
- Add Telemetry category to `common-cli-sections.json` for CLI reference
nav
- Add telemetry section to CLI getting-started guide with opt-out
commands and env vars

## Testing

Tested on Vercel preview:
- [x] `/docs/guides/self-hosting#telemetry` renders with CLI telemetry
note and link to full docs
- [x] `/docs/reference/cli/supabase-telemetry` renders single
consolidated reference page
- [x] `/docs/guides/local-development/cli/getting-started#telemetry`
shows opt-out section

## Linear
- fixes GROWTH-754
2026-04-08 22:06:56 +09:00
Han Qiao 50d057e914 docs: add migration down command to cli docs (#41794)
* docs: add migration down command to cli docs

* docs: remove hallucinated cli command

* chore: update command title
2026-01-08 23:50:04 +08:00
Copple 6245ba5384 chore: update cli reference doc (#39469)
* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update common sections for cli commands

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
2025-10-28 05:41:18 +00:00
Charis 8cd5e10038 feat: alternate search index for nimbus (#38662)
* feat: alternate search index for nimbus

Create an alternate search index for Nimbus that filters out
feature-flagged pages (equivalent to setting all feature flags to
false).

Notes:
- Creates two new DB tables, `page_nimbus` and `page_section_nimbus`,
  which are filtered versions of `page` and `page_section`
- Makes `nimbus` versions of all the DB search functions
- Refactored the embedding upload script. Changes to make it faster (got
  annoyed by how slow it was when testing...), incorporate retries, and
  produce better summary logs.
- Upload script, when run with the environment variable
  ENABLED_FEATURES_OVERRIDE_DISABLE_ALL, produces and uploads the
  alternate search index
- Changed all the search calls in frontend/API to check for
  `isFeatureEnabled('search:fullIndex')` to determine whether to search
  the full or alternate index

* ci: produce nimbus search indexes on merge

* fix: turn full search index on
2025-09-16 12:37:53 -04:00
Han Qiao 7bd4a9e6f3 chore: update and remove deprecated cli command sections (#38512) 2025-09-09 01:18:26 +08:00
Tyler Hillery f8d14f473f docs: fix jwt signing key cli ref (#38018) 2025-08-19 17:48:48 +08:00
Chris Gwilliams e9017ba39a add inspect report to cli docs (#33815) 2025-02-25 08:24:30 +02:00
Andrew Valleteau 3b6a4cd0e2 chore(docs): add new postgres-config delete command docs (#32982)
* chore(docs): add new postgres-config delete command docs

* chore: docs rephrase

* chore: rewrite

* chore: update common-cli-sections
2025-01-27 14:17:15 +09:00
Copple d28a4aa0ea chore: update cli reference doc (#30539)
* chore: update cli reference doc

* chore: add config push command section

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
2024-11-19 15:54:43 +08:00
Han Qiao e818ace2fb chore: add migration fetch section to cli docs (#29356) 2024-09-18 21:48:13 +08:00
Han Qiao c0bd1096ee chore: add bootstrap command to docs page (#28747)
* chore: add bootstrap command to docs page

* Update common-cli-sections.json
2024-08-20 01:04:54 +08:00
Copple 3cffcd0f86 chore: update cli reference doc (#27868)
* chore: update cli reference doc

* fix: update generated docs and seed section

* fix: setup docs page redirect for cli

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
2024-07-17 01:18:25 +08:00
hallidayo 78913c463e fix: docs cli duplicate section (#22007)
removed duplicate slug

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-13 21:39:30 +00:00
Kevin Grüneberg 129b3d927a chore: move specs to docs folder (#20136) 2024-01-03 18:54:23 +01:00