diff --git a/apps/docs/spec/cli_v1_commands.yaml b/apps/docs/spec/cli_v1_commands.yaml index 52bb0f6876..502a47a585 100644 --- a/apps/docs/spec/cli_v1_commands.yaml +++ b/apps/docs/spec/cli_v1_commands.yaml @@ -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 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