Commit 325c8459 authored by João Alexandre Cunha's avatar João Alexandre Cunha Committed by Marcia Ramos

Explain how to update a single template on docs

parent 7a26a7c1
......@@ -249,6 +249,13 @@ git push -u origin update-project-templates
Now create a merge request and merge that to main.
To update just a single template instead of all of them, specify the template name
between square brackets. For example, for the `cluster_management` template, run:
```shell
bundle exec rake gitlab:update_project_templates\[cluster_management\]
```
## Generate route lists
To see the full list of API routes, you can run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment