Skip to content

Commit 4341e3c

Browse files
add the new props in the boards.ListAll func
1 parent fdfcb06 commit 4341e3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: commands/board/listall.go

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ func ListAll(ctx context.Context, req *rpc.BoardListAllRequest) (*rpc.BoardListA
6262
Website: platform.Package.WebsiteURL,
6363
Email: platform.Package.Email,
6464
ManuallyInstalled: platform.ManuallyInstalled,
65+
Indexed: platform.Indexed,
66+
MissingMetadata: !installedPlatformRelease.HasMetadata(),
6567
}
6668

6769
toTest := []string{

0 commit comments

Comments
 (0)