MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Set

Method Set

pkg/config/provider.go:12–12  ·  view source on GitHub ↗
(key string, value string)

Source from the content-addressed store, hash-verified

10type IConfigProvider interface {
11 Get(key string) string
12 Set(key string, value string) error
13}
14
15type FileConfigProvider struct {

Callers 10

NewCmdRootFunction · 0.65
loginWithApiKeyFunction · 0.65
loginWithOpenIdConnectFunction · 0.65
logoutRunFunction · 0.65
listRunFunction · 0.65
setRunFunction · 0.65
setupArgsFunction · 0.65
ApplyFlagAliasesFunction · 0.65
SetMethod · 0.65

Implementers 2

FileConfigProviderpkg/config/provider.go
FakeConfigProvidertest/testutil/fakefactory.go

Calls

no outgoing calls

Tested by 2

setupArgsFunction · 0.52