MCPcopy Create free account
hub / github.com/coder/coder / provisionerDaemons

Method provisionerDaemons

enterprise/cli/provisionerdaemons.go:7–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func (r *RootCmd) provisionerDaemons() *serpent.Command {
8 cmd := r.RootCmd.Provisioners()
9 cmd.AddSubcommands(
10 r.provisionerDaemonStart(),
11 r.provisionerKeys(),
12 )
13
14 return cmd
15}
16
17// The provisionerd command group is deprecated and hidden but kept around
18// for backwards compatibility with the start command.

Callers 1

enterpriseOnlyMethod · 0.95

Calls 3

provisionerKeysMethod · 0.95
ProvisionersMethod · 0.80

Tested by

no test coverage detected