featuretoggle

Manage feature toggles for SAP CLI workflows via sapcli over the ADT protocol.

7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/modalala/sapcli-skill --skill featuretoggle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: featuretoggle
Source: https://github.com/modalala/sapcli-skill/tree/main/skills/adt-advanced/featuretoggle
Command: npx skills add https://github.com/modalala/sapcli-skill --skill featuretoggle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage feature toggles for SAP CLI workflows, enabling controlled rollout and quick on/off of features across systems.

Core Features & Use Cases

  • List current feature toggles for a given object using featuretoggle_list.
  • Enable a feature toggle for an object using featuretoggle_enable.
  • Disable a feature toggle for an object using featuretoggle_disable. For example, list toggles for SERVICE_A, then enable NEW_UI or disable LEGACY_UI as part of an incremental deployment.

Quick Start

Run sapcli featuretoggle list <object_name> to view toggles, then use featuretoggle_enable or featuretoggle_disable to modify them.

Frequently Asked Questions about featuretoggle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage feature toggles for SAP CLI workflows?

You can manage SAP feature toggles via sapcli by listing, enabling, or disabling toggles for named objects over the ADT protocol to control feature rollout.

What is the best way to enable or disable a feature toggle for a specific SAP object?

To enable or disable a feature toggle, run sapcli featuretoggle_enable or featuretoggle_disable commands targeting the specific named object over the ADT protocol.

Can I list current feature toggles for a named object using sapcli?

Yes, you can list current feature toggles for a given object using the featuretoggle_list command to view active states before modifying them.

Does the featuretoggle skill require any dependencies to control SAP feature toggles?

No, the featuretoggle skill has no dependencies and operates by implementing featuretoggle_list, featuretoggle_enable, and featuretoggle_disable commands over the ADT protocol.

When do I need to use feature toggles for SAP CLI incremental deployments?

You need feature toggles during incremental deployments to achieve controlled rollout and quick on/off switching of features like NEW_UI or LEGACY_UI across systems.