Skip to content

Commit afbd42c

Browse files
committed
split out user guide content from reference section and reduce user guide content for now
1 parent 9c5e502 commit afbd42c

File tree

3 files changed

+60
-566
lines changed

3 files changed

+60
-566
lines changed

docs/cli-mcp/index.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,26 @@ description: DevCycle Command Line Interface and Model Context Protocol Server
66

77
# CLI / MCP Overview
88

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.
1210

1311
## DevCycle CLI
1412

1513
The [DevCycle CLI](/cli/) is a comprehensive command-line tool for feature flag management.
1614

17-
**Key capabilities:**
15+
### Key Features
1816

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
2322

24-
**Quick start:**
23+
### Quick Start
2524

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`
3029

3130
**[Explore CLI Reference →](/cli/)** | **[View CLI User Guides →](/cli-guides/)**
3231

0 commit comments

Comments
 (0)