CLI commands
재설정
openclaw reset
로컬 구성/상태를 초기화합니다(CLI는 설치된 상태로 유지).
openclaw resetopenclaw reset --dry-runopenclaw reset --scope config --yes --non-interactiveopenclaw reset --scope config+creds+sessions --yes --non-interactiveopenclaw reset --scope full --yes --non-interactive옵션
--scope <scope>:config,config+creds+sessions또는full--yes: 확인 프롬프트 건너뛰기--non-interactive: 프롬프트 비활성화.--scope와--yes가 필요함--dry-run: 파일을 제거하지 않고 수행할 작업 출력
범위
| 범위 | 제거 대상 | 먼저 Gateway 중지 |
|---|---|---|
config |
구성 파일만 | 아니요 |
config+creds+sessions |
구성 파일, OAuth/자격 증명 디렉터리, 에이전트별 세션 디렉터리 | 예 |
full |
상태 디렉터리(내부에 중첩된 구성/자격 증명 포함), 작업 공간 디렉터리 및 작업 공간 증명 | 예 |
config+creds+sessions와 full은 상태를 삭제하기 전에 실행 중인 관리형 Gateway 서비스를 중지합니다.
참고
- 로컬 상태를 제거하기 전에 복원 가능한 스냅샷을 만들려면 먼저
openclaw backup create를 실행하세요. --scope를 지정하지 않으면openclaw reset이 제거할 범위를 대화형으로 묻습니다.--non-interactive는--scope와--yes가 모두 설정된 경우에만 유효합니다.config+creds+sessions와full은 완료되면Next: openclaw onboard --install-daemon을 출력합니다.
관련 항목
Was this useful?