Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cli reference doc #23432

Merged
merged 4 commits into from
May 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 23 additions & 1 deletion apps/docs/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.163.6
version: 1.164.1
title: Supabase CLI
language: sh
source: https://github.com/supabase/cli
Expand Down Expand Up @@ -1280,6 +1280,7 @@ commands:
- local-dev
links: []
subcommands:
- supabase-migration-fetch
- supabase-migration-list
- supabase-migration-new
- supabase-migration-repair
Expand Down Expand Up @@ -1525,6 +1526,27 @@ commands:
name: -p, --password <string>
description: Password to your remote Postgres database.
default_value: ''
- id: supabase-migration-fetch
title: supabase migration fetch
summary: Fetch migration files from history table
tags: []
links: []
usage: supabase migration fetch [flags]
subcommands: []
flags:
- id: db-url
name: --db-url <string>
description: |
Fetches migrations from the database specified by the connection string (must be percent-encoded).
default_value: ''
- id: linked
name: --linked
description: Fetches migration history from the linked project.
default_value: 'true'
- id: local
name: --local
description: Fetches migration history from the local database.
default_value: 'false'
- id: supabase-logout
title: supabase logout
summary: Log out and delete access tokens locally
Expand Down