Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b6a82f

Browse files
authored
chore: rename to "template push" in docs (coder#3525)
1 parent01dd35f commit4b6a82f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎cli/templateplan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ func templatePlan() *cobra.Command {
88
return&cobra.Command{
99
Use:"plan <directory>",
1010
Args:cobra.MinimumNArgs(1),
11-
Short:"Plan a templateupdate from the current directory",
11+
Short:"Plan a templatepush from the current directory",
1212
RunE:func(cmd*cobra.Command,args []string)error {
1313
returnnil
1414
},

‎docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can edit the Terraform template as follows:
6262
coder templates init
6363
cd gcp-linux# modify this line as needed to access the template
6464
vim main.tf
65-
coder templatesupdate gcp-linux# updates the template
65+
coder templatespush gcp-linux# updates the template
6666
```
6767

6868
##Up Next

‎docs/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ practices:
297297

298298
We recommend source controlling your templates as you would other code.
299299

300-
CI is as simple as running`coder templatesupdate` with the appropriate
300+
CI is as simple as running`coder templatespush` with the appropriate
301301
credentials.
302302

303303
---

‎examples/templates/docker-image-builds/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ resource "docker_image" "coder_image" {
8888
Update the template:
8989

9090
```sh
91-
coder templateupdate docker-image-builds
91+
coder templatepush docker-image-builds
9292
```
9393

9494
You can also remove images from the validation list. Workspaces using older template versions will continue using
@@ -136,7 +136,7 @@ resource "docker_image" "coder_image" {
136136
Update the template:
137137

138138
```sh
139-
coder templateupdate docker-image-builds
139+
coder templatepush docker-image-builds
140140
```
141141

142142
Optional: Update workspaces to the latest template version

‎examples/templates/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name:Develop in Docker
3-
description:Run workspaces on a Docker host using registry images
3+
description:Run workspaces on a Docker host using registry images
44
tags:[local, docker]
55
---
66

@@ -37,7 +37,7 @@ variable "docker_image" {
3737
Update the template:
3838

3939
```sh
40-
coder templateupdate docker
40+
coder templatepush docker
4141
```
4242

4343
You can also remove images from the validation list. Workspaces using older template versions will continue using

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp