dn-reset
작성자: automattic
저장된 dn CLI 구성 및 자격 증명을 제거합니다. 사용자가 저장된 자격 증명을 지우거나, 새로 시작하거나, 인증 간 전환하려는 경우 사용합니다.
npx skills add https://github.com/automattic/dn-cli --skill dn-resetdn 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 configureto set up new credentials - Does not require existing configuration to run