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

Update buf beta price #3623

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions private/buf/cmd/buf/command/beta/price/price.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const (
disableSymlinksFlagName = "disable-symlinks"
teamsDollarsPerType = float64(0.50)
proDollarsPerType = float64(5)
proDollarsMinimumSpend = float64(1000)
proDollarsMinimumSpend = float64(3000)
tmplCopy = `Current BSR pricing:

- Teams: $0.50 per type
- Pro: $5.00 per type, with a minimum spend of $1,000 per month
- Pro: $5.00 per type, with a minimum spend of $3,000 per month

Pricing data last updated on November 1, 2023.
Pricing data last updated on February 1, 2025.

Make sure you are on the latest version of the Buf CLI to get the most updated pricing
information, and see buf.build/pricing if in doubt - this command runs completely locally
Expand Down