@byted-supabase/cli
v0.1.2
Published
Byted Supabase CLI
Readme
Byted Supabase CLI
This is the Byted / Volcengine distribution of the Supabase CLI, published to npm as @byted-supabase/cli.
- [x] Running Supabase locally
- [x] Managing database migrations
- [x] Creating and deploying Supabase Functions
- [x] Generating types directly from your database schema
- [x] Making authenticated HTTP requests to Management API
Getting started
Install the CLI
Available via npm. Install globally to get the byted-supabase-cli command:
npm install -g @byted-supabase/cliOr add it as a project dev dependency:
npm i @byted-supabase/cli --save-devOn install, the package downloads the prebuilt binary matching your platform — macOS / Linux / Windows on x86_64 / arm64.
Run the CLI
byted-supabase-cli bootstrapOr via npx, without installing:
npx @byted-supabase/cli bootstrapUpdate
npm install -g @byted-supabase/cli@latestDocs
Command & config reference can be found here.
Breaking changes
We follow semantic versioning for changes that directly impact CLI commands, flags, and configurations.
However, due to dependencies on other service images, we cannot guarantee that schema migrations, seed.sql, and generated types will always work for the same CLI major version. If you need such guarantees, we encourage you to pin a specific version of the CLI in package.json.
Developing
To run from source:
# Go >= 1.25
go run . help