Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ NewAskProvider
Function
NewAskProvider
pkg/question/ask.go:24–28 ·
view source on GitHub ↗
(asker Asker)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewAskProvider(asker Asker) AskProvider {
25
return
&askWrapper{
26
asker: asker,
27
}
28
}
29
30
func
(a *askWrapper) IsInteractive() bool {
31
return
a.asker != nil
Callers
11
apiclient_test.go
File · 0.92
TestDeployCreate_GenerationOfAutomationCommand_MasksSensitiveVariables
Function · 0.92
TestReleaseDelete
Function · 0.92
TestReleaseList
Function · 0.92
TestRunbookList
Function · 0.92
TestGitRunbookList
Function · 0.92
TestLogin_ApiKey
Function · 0.92
TestLogin_OpenIdConnect
Function · 0.92
testLogin
Function · 0.92
main
Function · 0.92
run
Function · 0.92
Calls
no outgoing calls
Tested by
7
TestDeployCreate_GenerationOfAutomationCommand_MasksSensitiveVariables
Function · 0.74
TestReleaseDelete
Function · 0.74
TestReleaseList
Function · 0.74
TestRunbookList
Function · 0.74
TestGitRunbookList
Function · 0.74
TestLogin_ApiKey
Function · 0.74
TestLogin_OpenIdConnect
Function · 0.74