---
slug: "cli-get-dx"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/get-dx/cli@main/README.md"
repo: "https://github.com/get-dx/cli"
source_file: "README.md"
branch: "main"
---
# DX CLI

AI-Native CLI for interacting with DX.

<img width="800" height="423" alt="cli-demo" src="https://github.com/user-attachments/assets/a89f7d53-2617-413e-84df-07293149e9c8" />

## Install

```shell
npm install -g @get-dx/cli
```

## Getting started

Interactively login and install the AI agent skill:

```shell
dx init
```

Show help text:

```shell
dx --help
dx <subcommand> --help
```

## Documentation

For usage instructions and for more information about configuration, visit the [DX CLI documentation](https://docs.getdx.com/cli/).

## Developing the CLI

See [CONTRIBUTING.md](https://github.com/get-dx/cli/blob/HEAD/CONTRIBUTING.md).
