mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat(cli): add provisioner list and provisioner jobs list (#16030)
This commit is contained in:
committed by
GitHub
parent
91204c2e3c
commit
c0db364f3f
@ -132,7 +132,11 @@ func (r *RootCmd) CoreSubcommands() []*serpent.Command {
|
||||
}
|
||||
|
||||
func (r *RootCmd) AGPL() []*serpent.Command {
|
||||
all := append(r.CoreSubcommands(), r.Server( /* Do not import coderd here. */ nil))
|
||||
all := append(
|
||||
r.CoreSubcommands(),
|
||||
r.Server( /* Do not import coderd here. */ nil),
|
||||
r.Provisioners(),
|
||||
)
|
||||
return all
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user