# Dn Reset

> Remove stored dn CLI configuration and credentials. Use when the user wants to clear their saved credentials, start fresh, or switch between authentication modes. Does not require existing configuration.

- Skill: `automattic/dn-reset` (Agent Skill)
- Install (CLI): `npx skillmds@latest add automattic/dn-reset`
- Raw SKILL.md: https://api.skillmd.com/api/skills/automattic/dn-reset/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Automattic (https://skillmd.com/u/automattic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/automattic/dn-reset

---


# dn reset

Remove all stored configuration and credentials.

## Usage

```bash
# Interactive (confirmation prompt, default: No)
dn reset

# Skip confirmation
dn reset --force
```

## Options

| Option | Description |
|--------|-------------|
| `--force`, `-f` | Skip confirmation prompt |

## Notes

- Deletes `~/.config/dn/config.json`
- Shows "No configuration found" if already clean
- After reset, run `dn configure` to set up new credentials
- Does not require existing configuration to run

