Skip to content

Commit

Permalink
Merge pull request supabase#16686 from supabase/cli/ref-doc
Browse files Browse the repository at this point in the history
chore: update cli reference doc
  • Loading branch information
sweatybridge authored Aug 22, 2023
2 parents 2462569 + aa9617b commit a36b69a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/cli_v1_commands.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clispec: '001'
info:
id: cli
version: 1.86.2
version: 1.88.0
title: Supabase CLI
language: sh
source: https://github.com/supabase/cli
Expand Down Expand Up @@ -354,7 +354,7 @@ commands:
- id: exclude
name: -x, --exclude <strings>
description: |
Names of containers to not start. [gotrue,realtime,storage-api,imgproxy,kong,inbucket,postgrest,pgadmin-schema-diff,migra,postgres-meta,studio,edge-runtime,logflare,vector]
Names of containers to not start. [gotrue,realtime,storage-api,imgproxy,kong,inbucket,postgrest,pgadmin-schema-diff,migra,postgres-meta,studio,edge-runtime,logflare,vector,pgbouncer]
default_value: '[]'
- id: ignore-health-check
name: --ignore-health-check
Expand Down
6 changes: 6 additions & 0 deletions spec/common-cli-sections.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@
"title": "Lint local database",
"slug": "supabase-db-lint",
"type": "cli-command"
},
{
"id": "supabase-db-start",
"title": "Start only the local database",
"slug": "supabase-db-start",
"type": "cli-command"
}
]
},
Expand Down

0 comments on commit a36b69a

Please sign in to comment.