Sha256: 99ab217c600b76365faf055f086c49c97d33efd01b3e2ec74ac98d4b3375ab8d

Contents?: true

Size: 791 Bytes

Versions: 4

Compression:

Stored size: 791 Bytes

Contents

---
# Feature Flags that will be created if they don't exist already
:mandatory:
# example flag - it will be created with these properties if there is no such flag in Redis/RAM
# - name: example
#   active: 'globally' # %w[globally partially false] 'false' is the default value
#   description: example

- name: example_flag
  description: This is an example flag which will be automatically added when you start your app (it will be disabled)

- name: example_active_flag
  active: 'globally'
  description: This is an example flag which will be automatically added when you start your app (it will be enabled)

# nothing will happen if flag that is to be removed does not exist in Redis/RAM
# An array of Feature Flag names that will be removed on app startup
:remove:
- flag_to_be_removed

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_feature_flags-1.3.0 lib/example_files/config/simple_feature_flags.yml
simple_feature_flags-1.2.0 lib/example_files/config/simple_feature_flags.yml
simple_feature_flags-1.1.1 lib/example_files/config/simple_feature_flags.yml
simple_feature_flags-1.1.0 lib/example_files/config/simple_feature_flags.yml