Commit 89ab38fb authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'Alexand-master-patch-51554' into 'master'

Explain how to update a single template on docs

See merge request gitlab-org/gitlab!64105
parents fc90d5e6 325c8459
......@@ -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