chore: update cli reference doc (#38942)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
clispec: '001'
|
||||
info:
|
||||
id: cli
|
||||
version: 2.40.7
|
||||
version: 2.45.5
|
||||
title: Supabase CLI
|
||||
language: sh
|
||||
source: https://github.com/supabase/cli
|
||||
@@ -78,7 +78,7 @@ flags:
|
||||
name: --workdir <string>
|
||||
description: path to a Supabase project directory
|
||||
default_value: ''
|
||||
- id: 'yes'
|
||||
- id: "yes"
|
||||
name: --yes
|
||||
description: answer yes to all prompts
|
||||
default_value: 'false'
|
||||
@@ -2253,6 +2253,7 @@ commands:
|
||||
- local-dev
|
||||
links: []
|
||||
subcommands:
|
||||
- supabase-gen-bearer-jwt
|
||||
- supabase-gen-signing-key
|
||||
- supabase-gen-types
|
||||
flags: []
|
||||
@@ -2346,6 +2347,31 @@ commands:
|
||||
name: --append
|
||||
description: Append new key to existing keys file instead of overwriting.
|
||||
default_value: 'false'
|
||||
- id: supabase-gen-bearer-jwt
|
||||
title: supabase gen bearer-jwt
|
||||
summary: Generate a Bearer Auth JWT for accessing Data API
|
||||
tags: []
|
||||
links: []
|
||||
usage: supabase gen bearer-jwt [flags]
|
||||
subcommands: []
|
||||
flags:
|
||||
- id: exp
|
||||
name: --exp <time>
|
||||
description: Expiry timestamp for this token.
|
||||
default_value: ''
|
||||
- id: role
|
||||
name: --role <string>
|
||||
description: Postgres role to use.
|
||||
required: true
|
||||
default_value: ''
|
||||
- id: sub
|
||||
name: --sub <string>
|
||||
description: User ID to impersonate.
|
||||
default_value: anonymous
|
||||
- id: valid-for
|
||||
name: --valid-for <duration>
|
||||
description: Validity duration for this token.
|
||||
default_value: 30m0s
|
||||
- id: supabase-functions
|
||||
title: supabase functions
|
||||
summary: Manage Supabase Edge functions
|
||||
|
||||
Reference in New Issue
Block a user