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

chore: rename to "template push" in docs#3525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bpmct merged 1 commit intomainfrombpmct/fix-docs-push
Aug 16, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
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
2 changes: 1 addition & 1 deletioncli/templateplan.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ func templatePlan() *cobra.Command {
return&cobra.Command{
Use:"plan <directory>",
Args:cobra.MinimumNArgs(1),
Short:"Plan a templateupdate from the current directory",
Short:"Plan a templatepush from the current directory",
RunE:func(cmd*cobra.Command,args []string)error {
returnnil
},
Expand Down
2 changes: 1 addition & 1 deletiondocs/quickstart.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,7 +62,7 @@ You can edit the Terraform template as follows:
coder templates init
cd gcp-linux# modify this line as needed to access the template
vim main.tf
coder templatesupdate gcp-linux# updates the template
coder templatespush gcp-linux# updates the template
```

##Up Next
Expand Down
2 changes: 1 addition & 1 deletiondocs/templates.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -297,7 +297,7 @@ practices:

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

CI is as simple as running`coder templatesupdate` with the appropriate
CI is as simple as running`coder templatespush` with the appropriate
credentials.

---
Expand Down
4 changes: 2 additions & 2 deletionsexamples/templates/docker-image-builds/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,7 +88,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder templateupdate docker-image-builds
coder templatepush docker-image-builds
```

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

```sh
coder templateupdate docker-image-builds
coder templatepush docker-image-builds
```

Optional: Update workspaces to the latest template version
Expand Down
4 changes: 2 additions & 2 deletionsexamples/templates/docker/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
name:Develop in Docker
description:Run workspaces on a Docker host using registry images
description:Run workspaces on a Docker host using registry images
tags:[local, docker]
---

Expand DownExpand Up@@ -37,7 +37,7 @@ variable "docker_image" {
Update the template:

```sh
coder templateupdate docker
coder templatepush docker
```

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

[8]ページ先頭

©2009-2025 Movatter.jp