We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c108793 commit 06b04d3Copy full SHA for 06b04d3
commands/core.go
@@ -62,6 +62,8 @@ func PlatformReleaseToRPC(platformRelease *cores.PlatformRelease) *rpc.Platform
62
ManuallyInstalled: platformRelease.Platform.ManuallyInstalled,
63
Deprecated: platformRelease.Platform.Deprecated,
64
Type: []string{platformRelease.Platform.Category},
65
+ Indexed: platformRelease.Platform.Indexed,
66
+ MissingMetadata: !platformRelease.HasMetadata(),
67
}
68
69
return result
0 commit comments