Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: remove templates plan docs
  • Loading branch information
ericpaulsen committed Jul 8, 2024
commit 31fd59dd597a8d8c8dff546415e299d70283249e
4 changes: 0 additions & 4 deletions cli/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ func (r *RootCmd) templates() *serpent.Command {
Use: "templates",
Short: "Manage templates",
Long: "Templates are written in standard Terraform and describe the infrastructure for workspaces\n" + FormatExamples(
Example{
Description: "Make changes to your template, and plan the changes",
Command: "coder templates plan my-template",
},
Example{
Description: "Create or push an update to the template. Your developers can update their workspaces",
Command: "coder templates push my-template",
Expand Down