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.

Automattic 2e0424c 738 B Updated

File contents

dn reset

Remove all stored configuration and credentials.

Usage

# 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

automattic/dn-cli/tree/main/skills/dn-reset commit 2e0424cdcc

Frequently asked questions

npx skillmds@latest add automattic/dn-reset