CartoDB / cartodb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
2.75k stars 652 forks source link

List of Feature flags #9744

Closed juanmaquijada closed 8 years ago

juanmaquijada commented 8 years ago

Hi,

How I can get a list of all Feature_Flag names like for example "builder_Enabled" or "disabled_cartodb_logo"?

bundle exec rake cartodb:features:enable_feature_for_all_users[]

Any idea??? Thanks

iriberri commented 8 years ago

Hi @hhryw, these are the feature flags currently used throughout the CARTO project:

'editor-3'
'visualizations_backup'
'ghost_tables'
'new_geocoder_quota'
'profiler'
'carto-connectors'
'explore_site'
'instagram_import'
'templated_workflows'
'mailchimp_import'
'create_overviews'
'disabled_cartodb_logo'
'intercom'

In order to use them in your local installation, you can follow the Feature Flags guide at our docs, which I guess you know already: http://cartodb.readthedocs.io/en/latest/operations/change_feature_flags.html

Hope this helps!

juanmaquijada commented 8 years ago

Hi @iriberri ,

That is what I needed.

Thank very much again!!!! :)

jjmata commented 7 years ago

Wonderful, @iriberri! Is there a way to generate that listing without having to bug you fine Carto people? I've tried my luck at grepping and Github searching, to no avail ...

jjmata commented 7 years ago

I mean, a fresh schema post migrations running would lead you to believe that this is what you're dealing with: 😮

(output from rake cartodb:features:list_all_features)