
<h1 id="the-dk-cli">The dk CLI <span style="display:inline-flex;align-items:center;vertical-align:middle;padding:2px 10px;font-size:14px;font-weight:700;border-radius:9999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;letter-spacing:0.05em;position:relative;top:-2px;margin-left:6px;">PRO</span></h1>

The `dk` command turns your terminal into a fast project navigator. It's made up of three parts that work together: **fuzzy search**, **project actions**, and **command forwarding**. Once you get the hang of it you'll rarely touch `cd` again.

## How It Works

Type `dk` and you get an interactive search prompt that fuzzy-matches all your tracked projects. Pick one and you're there. Need to run a quick action? Add a flag like `dk my-app -m` and the project's action menu opens without you ever leaving your current directory.

Inside a project, commands like `dk w` (wake), `dk L` (logs), and `dk m` (menu) give you the same quick actions you know from the desktop app, right in your terminal. Every command has a short alias, so it stays fast. You can also stack flags: `dk my-app -efr` opens your editor, Finder, and the GitHub repo all in one shot.

## Setup

The CLI is a Pro feature included with <a href="/pricing" style="color:#38bdf8;">DevKeepr Pro</a>. You can enable it from the DevKeepr settings panel. It installs the `dk` command and hooks into your shell.

![The dk CLI action menu in the terminal](/screenshots/docs/dk-cli.webp)
