cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.

MIT License

Downloads
430.9K
Stars
937
Committers
125

Bot releases are visible (Hide)

cli - v1.187.3

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • 4c00cd5920668e1144862b6bdcee441f9680963a: fix: bind functions without import map when serving (@sweatybridge)
  • 673739c9bddd9839627627031fc8e6e57d4b49df: fix: use config value as default when loading from env (@sweatybridge)
  • 71c2abdac3ab092c8bf8ac84b40f77b20821dfb3: fix: import edge runtime types from jsr (#2529) (@thorwebdev)

Others

  • e14a95fa525269157aabcfa741941bb67c3d06ba: chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#2528) (@dependabot[bot])
cli - v1.187.2

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • 4cec43334d2187b9da199a4c0ae25b29274ed47a: fix: update config with default values (@sweatybridge)

Others

  • 803df6c4c60ba1a4e067333614cf505ca3227cea: chore: print new line in tests that write to stdout (@sweatybridge)
cli - v1.187.1

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • 8ca3be7032626834efbe62a60b976811118760d9: fix: allow nil for public bucket config (#2523) (@sweatybridge)
cli - v1.187.0

Published by github-actions[bot] 3 months ago

Changelog

Features

  • fed147b27d12cc71c5ff30ee6e3d17c2609661e9: feat: expose function upsert api (@sweatybridge)

Others

  • c9a70dcb6281d1c2dc08054b5da270f03927863e: chore: consume response body after parsing json (@sweatybridge)
  • 3615bde7632a19faa12f90d638a0e81dc3c0312c: chore: make function and bucket config public (@sweatybridge)
  • d8761b5620cb99f98c178918df3ebd8180cf5560: chore: use batch api for deploy and serve (@sweatybridge)
cli - v1.186.3

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • aa093725bce947dbd8b91367ae3345ec10d285ac: fix: change openai api key name passed in start.go (#2522) (@abeisleem)

Others

  • 54b7c02808ee627fb1b5bbb98d4d2771fd866593: chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.1 to 0.12.0 (#2515) (@dependabot[bot])
  • f9eed9f6e31ea4785501eabedc708935f753b593: chore: update flagset order for gen types (@sweatybridge)
  • 934a504921a6eba78b9bf1836b4cd0933a0ca9f7: chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#2518) (@dependabot[bot])
cli - v1.186.2

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • 449c9ff042669c302d96eab1801caf3be3ef4fdf: fix: add new line to role and seed logs (@sweatybridge)
  • a40be59798f5c0aaaf151d2b451e3a694e02b055: fix: return full paths from list local migrations (@sweatybridge)
  • fdd99514b9633e719218f90f2d47904d08044f7d: fix: clean file path before validation (@sweatybridge)

Others

  • 795af26b2cb18bd20a5c15218069cf78c3184b75: chore(deps): bump github.com/containers/common from 0.59.1 to 0.59.2 (#2511) (@dependabot[bot])
  • 20ca2cef309a60c5692a2e7650b96790af025391: chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#2512) (@dependabot[bot])
  • b8cddf20b0ef0b0982bdff7ee8fd8e28d07a6254: chore: make migration file pattern private (@sweatybridge)
cli - v1.186.1

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • e54586cffda4599ad0731866c70ca2812fa519ed: fix: bump edge-runtime to 1.55.0 (@nyannyacha)
cli - v1.186.0

Published by github-actions[bot] 3 months ago

Changelog

Features

  • 866d85f8c1feee7ca990ff8c76ce18d4c23d4eb7: feat: expose batch upsert api for storage buckets (@sweatybridge)
  • efca25c8b6bef5eb245ffe653a11b7ff479c54eb: feat: expose user schemas drop in pkg (@sweatybridge)

Bug fixes

  • 1db8d6f1a1fbc17585c36911fe384f26552683dc: fix: pass in project ref from seed command (@sweatybridge)

Others

  • 0e998c5f09fc249f6dae3394f0617742d4c4a5d8: chore: clean up unused code and comments (@sweatybridge)
  • 9781e6669a8c9ce45bc9668e9f3acf60c4513b7b: chore: move bucket config to pkg utils (@sweatybridge)
  • a6ef1b0ded3783dab9e5c54a9331d975f0f0a6e5: chore: use public methods for dropping user objects (@sweatybridge)
cli - v1.185.0

Published by github-actions[bot] 3 months ago

Changelog

Features

  • 4a5dccbc8bc39e150a276e6f4f4c1809a8376348: feat: expose migration tool as public package (@sweatybridge)

Bug fixes

  • e739226eb766a3d20cd0c060f86711121ef15dcb: fix: pass internal docker hostname to vector (@sweatybridge)

Others

  • f137e6f6c0aa1364f3b9dad4166e59b7f44c744a: chore: update linter config (@sweatybridge)
  • 093d3f47fb193465c068e93bc06fd96fbc42ba66: chore: refactor to use migration package (@sweatybridge)
  • 1ec0d0654de08b406e236be5f5a91d0881b51c18: chore: reuse jwt token generation from config (@sweatybridge)
cli - v1.184.0

Published by github-actions[bot] 3 months ago

Changelog

Features

  • e78be9bcc0537b5ea6c432496233aa34751a7d7f: feat: expose config as public package (@sweatybridge)

Others

  • 7795cd69c5a93f35695518731463e098fb83cdfe: chore: refactor to use new config (@sweatybridge)
  • b45c767cdc4f870ca08613b6cd9043017b414e6d: chore: import toml package consistently (@sweatybridge)
  • 1eff3ee7be9e830006aeb4adaff33724cec519da: chore: throw error on missing template keys (@sweatybridge)
  • a01ec6167faf262668f56f710d6e0224521c7372: chore: separate test and template config (@sweatybridge)
  • 1f335eaa00ff6bd432da3923c12c4ec4c2b58bcf: chore: move parser and pgxv5 to public package (@sweatybridge)
  • dff51ffa8d291f702d447213f3eaf24ddd42d207: chore: continue using global supabase path internally (@sweatybridge)
cli - v1.183.5

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • bd31ef2dd6884be2339086286d3f7ab0ae89e109: fix: bump edge-runtime to 1.54.10 (#2501) (@nyannyacha)
cli - v1.183.4

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • ee83dcedc4b2032074f52e2fcadb99410bb08750: fix: update edge runtime memory limit to match hosted (#2500) (@sweatybridge)
cli - v1.183.3

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • 5520be23963549e72510abbcc08cced57c436200: fix: no need to expose edge runtime port (#2499) (@sweatybridge)
cli - v1.183.2

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • 2016b7a9285f4e8a830d9815780acfb239e647b1: fix: skip version check if user is offline (#2498) (@sweatybridge)
cli - v1.183.1

Published by github-actions[bot] 3 months ago

Changelog

Bug fixes

  • fef048f2047c0d0d1c4ad02f1122ce56f03bedaf: fix: make dependent service schemas optional (#2497) (@sweatybridge)
cli - v1.183.0

Published by github-actions[bot] 4 months ago

Changelog

Features

  • beba533a98179b7ecfbad3e8ed5dbff68cd98aa1: feat: expose https port from kong (#2487) (@sweatybridge)

Others

  • 7c5f9f6cbeb3b41ec029a90a91a3d1bbf9a76bef: chore(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 (#2495) (@dependabot[bot])
  • 90c8d90524665dab092cd8060fa23ff73b9b846e: chore(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#2496) (@dependabot[bot])
cli - v1.182.1

Published by github-actions[bot] 4 months ago

Changelog

Bug fixes

  • 48dc19bf050890de73c08f86a3eb28c96b604c4b: fix: pg-meta v0.83.2 (@soedirgo)

Others

  • 5e8237478d00a06d54ead1b050d12ea88d8eaf2d: chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#2486) (@dependabot[bot])
cli - v1.182.0

Published by github-actions[bot] 4 months ago

Changelog

Features

  • 422f535f03560d1e6615415bf9966496e576c1a7: feat(typegen): add swift type generator (@grdsdev)
  • 023f0ae56f6d80f64caca557164bf05995871102: feat(typegen): add swift type generator (#2484) (@grdsdev)
cli - v1.181.2

Published by github-actions[bot] 4 months ago

Changelog

Bug fixes

  • 051f7a826ebab451db942478dad990f8fad7cc92: fix: Bump Realtime image to 2.29.15 (#2485) (@filipecabaco)
  • 6ea06ec41860b9a5158a5063783a19f4a65319c3: fix: bump studio to latest release (#2482) (@saltcod)
cli - v1.181.1

Published by github-actions[bot] 4 months ago

Changelog

Bug fixes

  • 0a1061df0c7b1271c751a43ac83ad8fb0f3423bb: fix: disable interactive console when seeding on start (#2483) (@sweatybridge)