@training-framework/core
v0.2.8
Published
[](https://coveralls.io/github/supabase/cli?branch=main) [/bin/cli" /usr/bin/supabaseThis works on other non-standard Linux distros.
Available via pkgx. Package script here. To install in your working directory:
pkgx install supabaseAvailable via Nixpkgs. Package script here.
Run the CLI
supabase bootstrapOr using npx:
npx supabase bootstrapThe bootstrap command will guide you through the process of setting up a Supabase project using one of the starter templates.
Docs
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 CLI in package.json.
Developing
To run from source:
# Go >= 1.22
go run . help