Skip to content

Commit 8e8c8ea

Browse files
authored
Merge pull request ActiveState#3317 from ActiveState/DX-2842
Make manifest command unstable
2 parents cb33531 + 5051b06 commit 8e8c8ea

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)