Skip to content
github-actions[bot] edited this page Aug 31, 2026 · 1 revision

Flags Plugin

Command-line control surface for the feature-flags plugin: canary rollouts and kill switches. Free — MIT licensed.

Install

nself plugin install flags

No license key required.

Description

Manage feature flags served by the feature-flags plugin: list, get, set, history, canary rollouts and kill switches.

This is a CLI plugin: it installs the nself-flags binary into your plugin path and runs as a command, not a background service.

Category: development. Current version: 1.0.0.

Commands

nself-flags subcommands (installed alongside the plugin):

  • nself-flags list
  • nself-flags get <key>
  • nself-flags set <key>
  • nself-flags enable <key>
  • nself-flags disable <key>
  • nself-flags kill <key>
  • nself-flags history <key>
  • nself-flags prune

Examples

List

nself-flags list

Get

nself-flags get <key>

Source

plugins/flags/

Manifest: plugins/flags/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally