mirror of
https://github.com/supabase/supabase.git
synced 2026-06-03 03:11:35 +08:00
chore: update cli reference doc (#33827)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
clispec: '001'
|
||||
info:
|
||||
id: cli
|
||||
version: 2.12.1
|
||||
version: 2.15.8
|
||||
title: Supabase CLI
|
||||
language: sh
|
||||
source: https://github.com/supabase/cli
|
||||
@@ -2739,6 +2739,10 @@ commands:
|
||||
name: --import-map <string>
|
||||
description: Path to import map file.
|
||||
default_value: ''
|
||||
- id: jobs
|
||||
name: -j, --jobs <uint>
|
||||
description: Maximum number of parallel jobs.
|
||||
default_value: '1'
|
||||
- id: no-verify-jwt
|
||||
name: --no-verify-jwt
|
||||
description: Disable JWT verification for the Function.
|
||||
@@ -2747,6 +2751,14 @@ commands:
|
||||
name: --project-ref <string>
|
||||
description: Project ref of the Supabase project.
|
||||
default_value: ''
|
||||
- id: use-api
|
||||
name: --use-api
|
||||
description: Use Management API to bundle functions.
|
||||
default_value: 'false'
|
||||
- id: use-docker
|
||||
name: --use-docker
|
||||
description: Use Docker to bundle functions.
|
||||
default_value: 'true'
|
||||
- id: supabase-functions-delete
|
||||
title: supabase functions delete
|
||||
summary: Delete a Function from Supabase
|
||||
|
||||
Reference in New Issue
Block a user