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

docs: Rephrase Templates section#5062

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
mtojek merged 5 commits intocoder:mainfrommtojek:3321-template-docs
Nov 14, 2022
Merged
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
19 changes: 13 additions & 6 deletionsdocs/templates.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -225,20 +225,27 @@ resource "kubernetes_pod" "podName" {

### Edit templates

You candelete a template using the coder CLI. Only
You canedit a template using the coder CLI. Only
[template admins and owners](./admin/users.md) can edit a template.

Using the CLI, login to Coder and run the following command to delete a template:
Using the CLI, login to Coder and run the following command to edit a single template:

```sh
coder templates edit <template-name> --description "This is my template"
```

Review editable template properties by running `coder templates edit -h`.

Alternatively, you can pull down the template as a tape archive (`.tar`) to your current directory:

```sh
coder templates pull <template-name> file.tar.gz
coder templates pull <template-name> file.tar
```

This will pull down the template as a gzipped file to your current directory. Then unzip
it by running:
Then, extract it by running:

```sh
tar -xf file.tar.gz
tar -xf file.tar
```

Make the changes to your template then run this command from the root of the template folder:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp