1.4 KiB
1.4 KiB
| read_when | summary | title | x-i18n | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
`openclaw reset`용 CLI 참조(로컬 상태/구성 재설정) | reset |
|
openclaw reset
로컬 구성/상태를 재설정합니다(CLI 설치는 유지됨).
옵션:
--scope <scope>:config,config+creds+sessions, 또는full--yes: 확인 프롬프트 건너뛰기--non-interactive: 프롬프트 비활성화,--scope와--yes필요--dry-run: 파일을 제거하지 않고 수행할 작업 출력
예시:
openclaw backup create
openclaw reset
openclaw reset --dry-run
openclaw reset --scope config --yes --non-interactive
openclaw reset --scope config+creds+sessions --yes --non-interactive
openclaw reset --scope full --yes --non-interactive
참고:
- 로컬 상태를 제거하기 전에 복원 가능한 스냅샷이 필요하다면 먼저
openclaw backup create를 실행하세요. --scope를 생략하면,openclaw reset은 무엇을 제거할지 선택하는 대화형 프롬프트를 사용합니다.--non-interactive는--scope와--yes가 모두 설정된 경우에만 유효합니다.