29 lines
595 B
Markdown
Raw Normal View History

# opencode uninstall
> OpenCode 삭제 및 관련 파일 삭제 명령어.
> 더 많은 정보: <https://opencode.ai/docs/cli#uninstall>.
- OpenCode 삭제:
`opencode uninstall`
- 설정 파일을 유지하고 제거:
`opencode uninstall {{[-c|--keep-config]}}`
- 세션 데이터 및 스냅샷을 유지하고 제거:
`opencode uninstall {{[-d|--keep-data]}}`
- 실제 삭제 없이 제거 대상 미리보기:
`opencode uninstall --dry-run`
- 확인 프롬프트 없이 강제 제거:
`opencode uninstall {{[-f|--force]}}`
- 도움말 표시:
`opencode uninstall {{[-h|--help]}}`