You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-mcp/index.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,26 @@ description: DevCycle Command Line Interface and Model Context Protocol Server
6
6
7
7
# CLI / MCP Overview
8
8
9
-
## Powerful feature flag management for developers and AI assistants.
10
-
11
-
DevCycle provides two complementary tools for managing feature flags: a command-line interface for developers and an AI-powered protocol for assistants.
9
+
DevCycle provides two complementary tools for managing feature flags: a command-line interface for developers and an MCP server for use with AI assistants.
12
10
13
11
## DevCycle CLI
14
12
15
13
The [DevCycle CLI](/cli/) is a comprehensive command-line tool for feature flag management.
16
14
17
-
**Key capabilities:**
15
+
### Key Features
18
16
19
-
- Manage features, variables, and targeting rules
20
-
- Detect variable usage in your codebase
21
-
- Generate type definitions for TypeScript
22
-
- Self-targeting for testing
17
+
-**Feature Flag Management**: Create, update, and delete feature flags
18
+
-**Environment Control**: Manage targeting across different environments
19
+
-**Project Administration**: Switch between projects and manage settings
20
+
-**Integration Ready**: Perfect for automation and CI/CD workflows
21
+
-**Local Development**: Test and validate flags locally
23
22
24
-
**Quick start:**
23
+
### Quick Start
25
24
26
-
```bash
27
-
npm install -g @devcycle/cli
28
-
dvc login sso
29
-
```
25
+
1. Install: `npm install -g @devcycle/cli`
26
+
2. Login: `dvc login sso`
27
+
3. Select project: `dvc projects select`
28
+
4. Start using CLI commands like: `dvc features list`
30
29
31
30
**[Explore CLI Reference →](/cli/)** | **[View CLI User Guides →](/cli-guides/)**
0 commit comments