MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / linkForPlugin

Function linkForPlugin

cli/cmd/init.go:265–267  ·  view source on GitHub ↗
(plugin cqapi.ListPlugin)

Source from the content-addressed store, hash-verified

263}
264
265func linkForPlugin(plugin cqapi.ListPlugin) string {
266 return link.Sprintf("https://www.cloudquery.io/hub/plugins/%s/%s/%s", plugin.Kind, plugin.TeamName, plugin.Name)
267}
268
269// writePlatformSourceOnlySpec scaffolds a source-only spec for a user with a
270// CloudQuery Platform tenant: no destination block, since the CLI auto-injects

Callers 2

initCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected