chore: update cli reference doc (#38942)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
clispec: '001'
|
clispec: '001'
|
||||||
info:
|
info:
|
||||||
id: cli
|
id: cli
|
||||||
version: 2.40.7
|
version: 2.45.5
|
||||||
title: Supabase CLI
|
title: Supabase CLI
|
||||||
language: sh
|
language: sh
|
||||||
source: https://github.com/supabase/cli
|
source: https://github.com/supabase/cli
|
||||||
@@ -78,7 +78,7 @@ flags:
|
|||||||
name: --workdir <string>
|
name: --workdir <string>
|
||||||
description: path to a Supabase project directory
|
description: path to a Supabase project directory
|
||||||
default_value: ''
|
default_value: ''
|
||||||
- id: 'yes'
|
- id: "yes"
|
||||||
name: --yes
|
name: --yes
|
||||||
description: answer yes to all prompts
|
description: answer yes to all prompts
|
||||||
default_value: 'false'
|
default_value: 'false'
|
||||||
@@ -2253,6 +2253,7 @@ commands:
|
|||||||
- local-dev
|
- local-dev
|
||||||
links: []
|
links: []
|
||||||
subcommands:
|
subcommands:
|
||||||
|
- supabase-gen-bearer-jwt
|
||||||
- supabase-gen-signing-key
|
- supabase-gen-signing-key
|
||||||
- supabase-gen-types
|
- supabase-gen-types
|
||||||
flags: []
|
flags: []
|
||||||
@@ -2346,6 +2347,31 @@ commands:
|
|||||||
name: --append
|
name: --append
|
||||||
description: Append new key to existing keys file instead of overwriting.
|
description: Append new key to existing keys file instead of overwriting.
|
||||||
default_value: 'false'
|
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
|
- id: supabase-functions
|
||||||
title: supabase functions
|
title: supabase functions
|
||||||
summary: Manage Supabase Edge functions
|
summary: Manage Supabase Edge functions
|
||||||
|
|||||||
Reference in New Issue
Block a user