mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 06:14:29 +08:00
133 lines
1.5 KiB
Plaintext
133 lines
1.5 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" -->
|
|
|
|
<br /><br />
|
|
|
|
## Manage your Edge Functions {#supabase-functions}
|
|
|
|
|
|
Manage your Edge Functions.
|
|
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
supabase functions [command] [flags]
|
|
```
|
|
|
|
|
|
|
|
### Available Commands
|
|
|
|
|
|
- <a href="#supabase-functions-new">supabase-functions-new</a>
|
|
|
|
- <a href="#supabase-functions-deploy">supabase-functions-deploy</a>
|
|
|
|
- <a href="#supabase-functions-delete">supabase-functions-delete</a>
|
|
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for functions
|
|
```
|
|
|
|
|
|
|
|
|
|
<!-- AUTOGENERATED: DO NOT EDIT DIRECTLY IF THIS IS VERSION "next" -->
|
|
|
|
<br /><br />
|
|
|
|
## Create an Edge Functions {#supabase-functions-new}
|
|
|
|
|
|
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" -->
|
|
|
|
<br /><br />
|
|
|
|
## Deploy an Edge Functions {#supabase-functions-deploy}
|
|
|
|
|
|
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" -->
|
|
|
|
<br /><br />
|
|
|
|
## Delete an Edge Functions {#supabase-functions-delete}
|
|
|
|
|
|
Delete an Edge Functions.
|
|
|
|
|
|
### Usage
|
|
|
|
```sh
|
|
supabase functions delete <Function name>
|
|
```
|
|
|
|
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for functions
|
|
```
|
|
|
|
|