MCPcopy Index your code
hub / github.com/coder/coder / enterpriseOnly

Method enterpriseOnly

enterprise/cli/root.go:12–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12func (r *RootCmd) enterpriseOnly() []*serpent.Command {
13 return []*serpent.Command{
14 // These commands exist in AGPL, but we use a different implementation
15 // in enterprise:
16 r.Server(nil),
17 r.provisionerDaemons(),
18 agplcli.ExperimentalCommand(append(r.AGPLExperimental(), r.enterpriseExperimental()...)),
19
20 // New commands that don't exist in AGPL:
21 r.boundary(),
22 r.workspaceProxy(),
23 r.features(),
24 r.licenses(),
25 r.groups(),
26 r.prebuilds(),
27 r.provisionerd(),
28 r.externalWorkspaces(),
29 r.aibridge(),
30 }
31}
32
33func (*RootCmd) enterpriseExperimental() []*serpent.Command {
34 return []*serpent.Command{}

Callers 2

EnterpriseSubcommandsMethod · 0.95

Calls 13

ServerMethod · 0.95
provisionerDaemonsMethod · 0.95
AGPLExperimentalMethod · 0.95
boundaryMethod · 0.95
workspaceProxyMethod · 0.95
featuresMethod · 0.95
licensesMethod · 0.95
groupsMethod · 0.95
prebuildsMethod · 0.95
provisionerdMethod · 0.95
externalWorkspacesMethod · 0.95

Tested by 1