Skip to content

Commit 5b60baf

Browse files
committed
Add buf policy commands
1 parent 0adc664 commit 5b60baf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
imports, and sort imports alphabetically.
1111
- Add LSP document link support.
1212
- Add LSP folding range support.
13+
- Add `buf registry policy {commit,create,delete,info,label,settings}` commands to manage BSR policies.
1314

1415
## [v1.63.0] - 2026-01-06
1516

cmd/buf/buf.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ func newRootCommand(name string) *appcmd.Command {
352352
{
353353
Use: "policy",
354354
Short: "Manage BSR policies",
355-
Hidden: true,
356355
SubCommands: []*appcmd.Command{
357356
{
358357
Use: "commit",

0 commit comments

Comments
 (0)