# 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](./CONTRIBUTING.md).
