We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfcb06 commit 4341e3cCopy full SHA for 4341e3c
commands/board/listall.go
@@ -62,6 +62,8 @@ func ListAll(ctx context.Context, req *rpc.BoardListAllRequest) (*rpc.BoardListA
62
Website: platform.Package.WebsiteURL,
63
Email: platform.Package.Email,
64
ManuallyInstalled: platform.ManuallyInstalled,
65
+ Indexed: platform.Indexed,
66
+ MissingMetadata: !installedPlatformRelease.HasMetadata(),
67
}
68
69
toTest := []string{
0 commit comments