---
title: "How to enable confluence dark features using the CLI"
canonical: "https://support.appfire.com/space/SUPPORT/89129581/How%20to%20enable%20confluence%20dark%20features%20using%20the%20CLI"
format: markdown
---
# Description

The CLI can be used to enable or disable dark features that can be dynamically set on the **admin/darkfeatures.action** screen. You have to know the key to the dark feature you want to set 🙂.

# Example - Enable

```
-a renderRequest --request admin/enabledarkfeature.action --requestParameters "featureKey=read.only.mode" -f ""
```

# Example - Disable

```
-a renderRequest --request admin/disabledarkfeature.action --requestParameters "featureKey=read.only.mode" -f ""
```