Skip to content

Commit

Permalink
upgrade msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Aug 28, 2024
1 parent d338ec6 commit 519c835
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ignite/cmd/generate_typescript_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ import (

const (
flagUseCache = "use-cache"
msgBufAuth = `Generate ts-client depends on a 'buf.build' remote plugin, and as of August 1, 2024, Buf will begin limiting remote plugin requests from unauthenticated users on buf.build.
If you send more than ten unauthenticated requests per hour using remote plugins, you’ll start to see rate limit errors.
Please authenticate before running ts-client command using 'buf registry login' command and follow the instructions.
For more info, check https://buf.build/docs/generate/auth-required.`
msgBufAuth = "Generate ts-client depends on a 'buf.build' remote plugin, and as of August 1, 2024, Buf will begin limiting remote plugin requests from unauthenticated users on 'buf.build'. If you send more than ten unauthenticated requests per hour using remote plugins, you’ll start to see rate limit errors. Please authenticate before running ts-client command using 'buf registry login' command and follow the instructions. For more info, check https://buf.build/docs/generate/auth-required."
)

func NewGenerateTSClient() *cobra.Command {
Expand Down

0 comments on commit 519c835

Please sign in to comment.