MCPcopy Create free account
hub / github.com/compozy/agh / newProviderAuthCommand

Function newProviderAuthCommand

internal/cli/provider.go:95–103  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

93}
94
95func newProviderAuthCommand(deps commandDeps) *cobra.Command {
96 cmd := &cobra.Command{
97 Use: providerAuthKey,
98 Short: "Inspect native CLI and bound-secret provider authentication",
99 }
100 cmd.AddCommand(newProviderAuthStatusCommand(deps))
101 cmd.AddCommand(newProviderAuthLoginCommand(deps))
102 return cmd
103}
104
105func newProviderAuthStatusCommand(deps commandDeps) *cobra.Command {
106 var noProbe bool

Callers 1

newProviderCommandFunction · 0.85

Calls 2

Tested by

no test coverage detected