|
|
||
|---|---|---|
| .. | ||
| supabase | ||
| templates | ||
| README.md | ||
| main.go | ||
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
- Clone the supabase/supabase repo
- 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
- If there are new commands added, update common-cli-sections.json manually