supabase 1.153.2 → 1.153.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -148,15 +148,17 @@ For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency
148
148
  ### Run the CLI
149
149
 
150
150
  ```bash
151
- supabase help
151
+ supabase bootstrap
152
152
  ```
153
153
 
154
154
  Or using npx:
155
155
 
156
156
  ```bash
157
- npx supabase help
157
+ npx supabase bootstrap
158
158
  ```
159
159
 
160
+ The bootstrap command will guide you through the process of setting up a Supabase project using one of the [starter](https://github.com/supabase-community/supabase-samples/blob/main/samples.json) templates.
161
+
160
162
  ## Docs
161
163
 
162
164
  Command & config reference can be found [here](https://supabase.com/docs/reference/cli/about).
@@ -173,4 +175,3 @@ To run from source:
173
175
  # Go >= 1.20
174
176
  go run . help
175
177
  ```
176
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.153.2",
3
+ "version": "1.153.4",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",