supabase-cli/docs/README.md

626 B

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