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

Commitc6e2b65

Browse files
committed
make fmt
1 parenta116438 commitc6e2b65

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

‎docs/tutorials/template-from-scratch.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ use the Coder CLI.
361361

362362
###Add the template files to Coder
363363

364-
Add your template files to your Coder deployment. You can upload the template through the CLI, or through the Coder dashboard:
364+
Add your template files to your Coder deployment. You can upload the template
365+
through the CLI, or through the Coder dashboard:
365366

366367
####Upload template from the Coder CLI
367368

@@ -378,41 +379,45 @@ Add your template files to your Coder deployment. You can upload the template th
378379

379380
```console
380381
> Confirm create? (yes/no) yes
381-
382+
382383
The template-tour template has been created! Developers can provision a workspace with this template using:
383-
384+
384385
coder create --template="template-tour" [workspace name]
385386
```
386387

387388
1. In your web browser, log in to your Coder dashboard, select**Templates**.
388389

389-
1. Once the upload completes, select**Templates** from the top to deploy it to a new workspace.
390+
1. Once the upload completes, select**Templates** from the top to deploy it to
391+
a new workspace.
390392

391393
![Your new template, ready to use](../images/templates/template-tour.png)
392394

393395
####Upload template from the Coder dashboard
394396

395397
1. Create a`.zip` of the template files.
396398

397-
On Mac or Windows, highlight the files and then right click. A "compress" option is available through the right-click context menu.
399+
On Mac or Windows, highlight the files and then right click. A "compress"
400+
option is available through the right-click context menu.
398401

399402
Through the Linux command line, use`zip`:
400403

401404
```shell
402405
zip templates.zip Dockerfile main.tf
403406
```
404-
405-
1. Select**Templates** from the top of the Coder dashboard, then**Create Template**.
406-
407+
408+
1. Select**Templates** from the top of the Coder dashboard, then**Create
409+
Template**.
407410
1. Select**Upload template**:
408411

409412
![Upload your first template](../images/templates/upload-create-your-first-template.png)
410413

411-
1. Drag the`.zip` file into the**Upload template** section and fill out the details, then select**Create template**.
414+
1. Drag the`.zip` file into the**Upload template** section and fill out the
415+
details, then select**Create template**.
412416

413417
![Upload the template files](../images/templates/upload-create-template-form.png)
414418

415-
1. Once the upload completes, select**Templates** from the top to deploy it to a new workspace.
419+
1. Once the upload completes, select**Templates** from the top to deploy it to
420+
a new workspace.
416421

417422
![Your new template, ready to use](../images/templates/template-tour.png)
418423

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp