From 82e498958b8aefd3b00d12d5e7164f8f757512d4 Mon Sep 17 00:00:00 2001 From: "supabase-cli-releaser[bot]" <246109035+supabase-cli-releaser[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:20:08 +0200 Subject: [PATCH] chore: update cli reference doc (#45531) Co-authored-by: supabase-cli-releaser[bot] <246109035+supabase-cli-releaser[bot]@users.noreply.github.com> --- apps/docs/spec/cli_v1_commands.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/docs/spec/cli_v1_commands.yaml b/apps/docs/spec/cli_v1_commands.yaml index 586a705499..380c193e03 100644 --- a/apps/docs/spec/cli_v1_commands.yaml +++ b/apps/docs/spec/cli_v1_commands.yaml @@ -1,7 +1,7 @@ clispec: '001' info: id: cli - version: 2.95.4 + version: 2.98.1 title: Supabase CLI language: sh source: https://github.com/supabase/cli @@ -27,11 +27,11 @@ flags: - id: auto name: auto type: '[ auto | yes | no ]' - - id: 'yes' - name: 'yes' + - id: "yes" + name: "yes" type: '[ auto | yes | no ]' - - id: 'no' - name: 'no' + - id: "no" + name: "no" type: '[ auto | yes | no ]' - id: create-ticket name: --create-ticket @@ -92,7 +92,7 @@ flags: name: --workdir description: path to a Supabase project directory default_value: '' - - id: 'yes' + - id: "yes" name: --yes description: answer yes to all prompts default_value: 'false' @@ -548,6 +548,8 @@ commands: > It is recommended to have at least 7GB of RAM to start all services. Health checks are automatically added to verify the started containers. Use `--ignore-health-check` flag to ignore these errors. + + > If the CLI is running inside a dev container with the Docker socket bind-mounted, set the `SUPABASE_SERVICES_HOSTNAME` environment variable to the hostname reachable from inside that container, such as `host.docker.internal`. examples: - id: basic-usage name: Basic usage