We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fb83b commit 3bd62fdCopy full SHA for 3bd62fd
cli/delete.go
@@ -5,6 +5,7 @@ import (
5
"time"
6
7
"github.com/coder/coder/v2/cli/cliui"
8
+ "github.com/coder/coder/v2/cli/cliutil"
9
"github.com/coder/coder/v2/codersdk"
10
"github.com/coder/serpent"
11
)
@@ -55,6 +56,7 @@ func (r *RootCmd) deleteWorkspace() *serpent.Command {
55
56
if err != nil {
57
return err
58
}
59
+ cliutil.WarnMatchedProvisioners(inv.Stdout, build.MatchedProvisioners, build.Job)
60
61
err = cliui.WorkspaceBuild(inv.Context(), inv.Stdout, client, build.ID)
62
0 commit comments