docs: Update to Supabase CLI 1.163.2
Usage:
supabase [command]
Quick Start:
bootstrap Bootstrap a Supabase project from a starter template
Local Development:
db Manage Postgres databases
gen Run code generation tools
init Initialize a local project
inspect Tools to inspect your Supabase project
link Link to a Supabase project
login Authenticate using an access token
logout Log out and delete access tokens locally
migration Manage database migration scripts
start Start containers for Supabase local development
status Show status of local Supabase containers
stop Stop all local Supabase containers
test Run tests on local Supabase containers
unlink Unlink a Supabase project
Management APIs:
branches Manage Supabase preview branches
domains Manage custom domain names for Supabase projects
encryption Manage encryption keys of Supabase projects
functions Manage Supabase Edge functions
network-bans Manage network bans
network-restrictions Manage network restrictions
orgs Manage Supabase organizations
postgres-config Manage Postgres database config
projects Manage Supabase projects
secrets Manage Supabase secrets
services Show versions of all Supabase services
snippets Manage Supabase SQL snippets
ssl-enforcement Manage SSL enforcement configuration
sso Manage Single Sign-On (SSO) authentication for projects
storage Manage Supabase Storage objects
vanity-subdomains Manage vanity subdomains for Supabase projects
Additional Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
Flags:
--create-ticket create a support ticket for any CLI error
--debug output debug logs to stderr
--dns-resolver [ native | https ] lookup domain names using the specified resolver (default native)
--experimental enable experimental features
-h, --help help for supabase
-v, --version version for supabase
--workdir string path to a Supabase project directory
Use "supabase [command] --help" for more information about a command. for realtime guides
* feat: Update to Slack OIDC
Update documentation to support the changes to Slack OIDC made here: https://github.com/supabase/auth/pull/1591/files
* chore: update apps/docs/content/guides/auth/social-login/auth-slack.mdx
* chore: fix prettier
---------
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
we don't need to show how to login to github.
we can point to links instead of showing how to navigate to that page - users are going to click on the links anyway.
docs: remove Intel Mac warning for Supabase Studio
Removed doc about disabling MacOS Virtualization Framework
on Intel-based Macs. This issue has been resolved in Docker Desktop 4.30.0+.
Ref: https://docs.docker.com/desktop/release-notes/#4300
* docs: update shared responsibility diagrams
Update existing diagram to use new renderings by the design team.
Introduces dark and light versions
* docs: change from img to Image for shared responsibility diagram
* docs: fix typo
* docs: update shared responsiblity model
Adds a basic matrix of shared responsibility.
Outlines a few more security responsibilities held by the customer.
Links to the Supabase production readiness checklist.
* fix-typo: americanize spelling
* typo: run prettier over new content
* fix typo
* switch to graphic for shared responsibility model
* rerun prettier
Document ways to increase the security of Data API, including:
- Disabling it entirely
- Exposing a custom schema instead of the `public` schema
Also found a duplicated link in the nav for CLS, so removed it.