()
| 5 | ) |
| 6 | |
| 7 | func (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. |
no test coverage detected