---
title: features
description: Manage enabled features.
source_url:
  html: 'https://shopify.dev/docs/api/shop-minis/commands/features'
  md: 'https://shopify.dev/docs/api/shop-minis/commands/features.md'
api_name: shop-minis
---

# features

Manage enabled features.

**Note:**

Toggle experimental or beta features in your Mini. These features provide early access to new SDK capabilities but may change before general release. Enable features to test upcoming functionality, disable if you encounter issues.

#### Options

* **--disable**

  **string**

  Disable a specific feature.

* **--enable**

  **string**

  Enable a specific feature.

Examples

### Examples

* ####

  ##### zsh

  ```sh
  npx shop-minis features [options]
  ```

***
