mirror of
https://github.com/matifali/update-coder-template.git
synced 2024-11-10 08:55:47 +08:00
shorten more for better plaintext
This commit is contained in:
parent
f14c3eb417
commit
a98e206dcd
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
@ -15,18 +15,16 @@ Update coder templates automatically
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
| Name | Description | Default |
|
| Name | Description | Default |
|
||||||
|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
|
|---------------------------|----------------------------------------------------------------------------------------------------------------|-----------------------------|
|
||||||
| **`url`** | **Required** The url of coder deployment (e.g. <https://dev.coder.com>). | - |
|
| **`url`** | **Required** The url of coder deployment (e.g. <https://dev.coder.com>). | - |
|
||||||
| **`coder_session_token`** | **Required** The session token of coder. | - |
|
| **`coder_session_token`** | **Required** The session token of coder. | - |
|
||||||
| **`id`** | **Required** The name of the template. Visible under Templates > Your Template > Settings > General info in the coder deployment. | - |
|
| **`id`** | **Required** The name of the template. Visible under Template Settings > General info in the coder deployment. | - |
|
||||||
| **`dir`** | **Required** The directory of the template that contains `main.tf` file | - |
|
| **`dir`** | **Required** The directory of the template that contains `main.tf` file | - |
|
||||||
| `name` | New version name for the template. | Autogenerated name by Coder |
|
| `name` | New version name for the template. | Autogenerated name by Coder |
|
||||||
| `activate` | Activate the new template version. | `true` |
|
| `activate` | Activate the new template version. | `true` |
|
||||||
| `message` | Update message (similar to commit messages) | - |
|
| `message` | Update message (similar to commit messages) | - |
|
||||||
| `dry_run` | Dry run mode. | `false` |
|
| `dry_run` | Dry run mode. | `false` |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue