Files
supabase/apps/reference/_cli/usage.mdx
2022-07-31 15:39:17 +02:00

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
```