Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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 CLI reference and reformat using supabase config
mv ../cli/cli_v1_commands.yaml specs/
npx prettier -w specs/cli_v1_commands.yaml
  1. If there are new commands added, update common-cli-sections.json manually