mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
20 lines
593 B
Markdown
20 lines
593 B
Markdown
---
|
|
name: Sample Template with Parameters
|
|
description: Review the sample template and introduce parameters to your template
|
|
tags: [local, docker, parameters]
|
|
icon: /icon/docker.png
|
|
---
|
|
|
|
# Overview
|
|
|
|
This Coder template presents various features of [rich parameters](https://coder.com/docs/v2/latest/templates/parameters), including types, validation constraints,
|
|
mutability, ephemeral (one-time) parameters, etc.
|
|
|
|
## Development
|
|
|
|
Update the template and push it using the following command:
|
|
|
|
```bash
|
|
./scripts/coder-dev.sh templates push examples-parameters -d examples/parameters --create
|
|
```
|