Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7d9778

Browse files
committed
cli template create hotfix
1 parent bd1be08 commit d7d9778

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/admin/templates/creating-templates.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ page.
111111

112112
### CLI
113113

114-
First, ensure you are logged in to the control plane
114+
First, ensure you are logged in to the control plane as a user with permissions
115+
to read and write permissions.
115116

116117
```console
117118
coder login
@@ -134,10 +135,11 @@ Then, you can make modifications to the existing template in this directory and
134135
push them to the control plane using the `-d` flag to specify the directory.
135136

136137
```console
137-
138138
coder templates push <new-template-name> -d ./<new-template-name>
139139
```
140140

141+
You will then see your new template in the dashboard.
142+
141143
</div>
142144

143145
## From scratch (advanced)

0 commit comments

Comments
 (0)