mirror of
https://github.com/supabase/supabase.git
synced 2026-05-27 14:58:19 +08:00
17 lines
386 B
Plaintext
17 lines
386 B
Plaintext
---
|
|
id: supabase-help
|
|
title: "supabase help"
|
|
slug: supabase-help
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
```
|
|
Help provides help for any command in the application.
|
|
Simply type supabase help [path to command] for full details.
|
|
|
|
Usage:
|
|
supabase help [command]
|
|
``` |