Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Extended man pages for CLI commands

Build

Update version string to match latest release.

go run docs/main.go > cli_v1_commands.yaml

Release

  1. Clone the supabase/supabase repo
  2. Copy over the formatted CLI reference
npx prettier -w cli_v1_commands.yaml
mv cli_v1_commands.yaml ../supabase/specs/
  1. If there are new commands added, update common-cli-sections.json manually