Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
325c8459
Commit
325c8459
authored
Jun 17, 2021
by
João Alexandre Cunha
Committed by
Marcia Ramos
Jun 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain how to update a single template on docs
parent
7a26a7c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/development/rake_tasks.md
doc/development/rake_tasks.md
+7
-0
No files found.
doc/development/rake_tasks.md
View file @
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment