mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 18:04:42 +08:00
121 lines
1.2 KiB
Plaintext
121 lines
1.2 KiB
Plaintext
---
|
|
id: usage
|
|
title: Usage
|
|
---
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
Supabase CLI.
|
|
|
|
|
|
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
## Manage your Edge Functions
|
|
|
|
Manage your Edge Functions.
|
|
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
supabase functions [command] [flags]
|
|
```
|
|
|
|
|
|
|
|
### Available Commands
|
|
|
|
|
|
- supabase-functions-new
|
|
|
|
- supabase-functions-deploy
|
|
|
|
- supabase-functions-delete
|
|
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for functions
|
|
```
|
|
|
|
|
|
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
## Create an Edge Functions
|
|
|
|
Create an Edge Functions.
|
|
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
supabase functions new <Function name>
|
|
```
|
|
|
|
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for functions
|
|
```
|
|
|
|
|
|
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
## Deploy an Edge Functions
|
|
|
|
Deploy an Edge Functions.
|
|
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
supabase functions deploy <Function name>
|
|
````
|
|
|
|
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for functions
|
|
```
|
|
|
|
|
|
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
## Delete an Edge Functions
|
|
|
|
Delete an Edge Functions.
|
|
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
supabase functions delete <Function name>
|
|
```
|
|
|
|
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for functions
|
|
```
|
|
|
|
|