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
6ca5ad1d
Commit
6ca5ad1d
authored
Oct 28, 2020
by
Rubén Dávila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feature flags should be created with underscores
parent
6d2c6d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/development/feature_flags/development.md
doc/development/feature_flags/development.md
+3
-3
No files found.
doc/development/feature_flags/development.md
View file @
6ca5ad1d
...
...
@@ -128,7 +128,7 @@ a YAML definition in `config/feature_flags` or `ee/config/feature_flags`.
Only feature flags that have a YAML definition file can be used when running the development or testing environments.
```
shell
$
bin/feature-flag my
-feature-
flag
$
bin/feature-flag my
_feature_
flag
>>
Specify the group introducing the feature flag, like
`
group::apm
`
:
?> group::memory
...
...
@@ -140,9 +140,9 @@ https://gitlab.com/gitlab-org/gitlab/-/issues/new?issue%5Btitle%5D=%5BFeature+fl
>>
URL of the rollout issue
(
enter to skip
)
:
?> https://gitlab.com/gitlab-org/gitlab/-/issues/232533
create config/feature_flags/development/
test-
flag.yml
create config/feature_flags/development/
my_feature_
flag.yml
---
name:
test-
flag
name:
my_feature_
flag
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38602
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/232533
group: group::memory
...
...
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