Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 93a8794

Browse files
committed
fixup! Add coder envs rm command for removing environments
1 parent 9b05be4 commit 93a8794

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/cmd/envs.go

-5
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ coder envs create --cpu 4 --disk 100 --memory 8 --image 5f443b16-30652892427b955
194194
return xerrors.Errorf("create environment: %w", err)
195195
}
196196

197-
clog.LogSuccess(
198-
"creating environment...",
199-
clog.BlankLine,
200-
clog.Tipf(`run "coder envs watch-build %q" to trail the build logs`, args[0]),
201-
)
202197
if follow {
203198
clog.LogSuccess("creating environment...")
204199
if err := trailBuildLogs(cmd.Context(), client, env.ID); err != nil {

0 commit comments

Comments
 (0)