Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 626 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 626 Bytes

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