Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ EnterpriseSubcommands
Method
EnterpriseSubcommands
enterprise/cli/root.go:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(r *RootCmd) EnterpriseSubcommands() []*serpent.Command {
38
all := append(r.CoreSubcommands(), r.enterpriseOnly()...)
39
return
all
40
}
Callers
6
TestServer_Single
Function · 0.95
TestServerAIProviderKeysEncryptedWithDBCrypt
Function · 0.95
newCLI
Function · 0.95
TestEnterpriseHandlersOK
Function · 0.95
main
Function · 0.95
main
Function · 0.80
Calls
2
CoreSubcommands
Method · 0.95
enterpriseOnly
Method · 0.95
Tested by
4
TestServer_Single
Function · 0.76
TestServerAIProviderKeysEncryptedWithDBCrypt
Function · 0.76
newCLI
Function · 0.76
TestEnterpriseHandlersOK
Function · 0.76