Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
IConfigProvider
interface
{
11
Get(key string) string
12
Set(key string, value string) error
13
}
14
15
type
FileConfigProvider
struct
{
Callers
10
NewCmdRoot
Function · 0.65
loginWithApiKey
Function · 0.65
loginWithOpenIdConnect
Function · 0.65
TestLogout_SetsConfigCorrectly
Function · 0.65
logoutRun
Function · 0.65
listRun
Function · 0.65
setRun
Function · 0.65
setupArgs
Function · 0.65
ApplyFlagAliases
Function · 0.65
Set
Method · 0.65
Implementers
2
FileConfigProvider
pkg/config/provider.go
FakeConfigProvider
test/testutil/fakefactory.go
Calls
no outgoing calls
Tested by
2
TestLogout_SetsConfigCorrectly
Function · 0.52
setupArgs
Function · 0.52