Skip to content

Commit 5051b06

Browse files
committed
Set manifest command as unstable
1 parent efff2c2 commit 5051b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/state/internal/cmdtree/manifest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func newManifestCommmand(prime *primer.Values) *captain.Command {
2424

2525
cmd.SetGroup(PackagesGroup)
2626
cmd.SetSupportsStructuredOutput()
27+
cmd.SetUnstable(true)
2728

2829
return cmd
2930
}

0 commit comments

Comments
 (0)