supabase-cli/docs
hailin e9b25a11e3 first commit 2025-05-13 14:00:38 +08:00
..
supabase first commit 2025-05-13 14:00:38 +08:00
templates first commit 2025-05-13 14:00:38 +08:00
README.md first commit 2025-05-13 14:00:38 +08:00
main.go first commit 2025-05-13 14:00:38 +08:00

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 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