25 lines
501 B
Markdown
25 lines
501 B
Markdown
|
|
# openclaw nodes
|
||
|
|
|
||
|
|
> OpenClaw 노드 관리 (iOS, Android, macOS devices)하는 명령어.
|
||
|
|
> 더 많은 정보: <https://docs.openclaw.ai/cli/nodes>.
|
||
|
|
|
||
|
|
- 연결된 노드 및 대기 중인 노드 목록 출력:
|
||
|
|
|
||
|
|
`openclaw nodes list`
|
||
|
|
|
||
|
|
- 페어링 대기 요청 목록 출력:
|
||
|
|
|
||
|
|
`openclaw nodes pending`
|
||
|
|
|
||
|
|
- 대기 중인 노드 페어링 요청 승인:
|
||
|
|
|
||
|
|
`openclaw nodes approve {{요청_아이디}}`
|
||
|
|
|
||
|
|
- 노드 상태 확인:
|
||
|
|
|
||
|
|
`openclaw nodes status`
|
||
|
|
|
||
|
|
- 도움말 표시:
|
||
|
|
|
||
|
|
`openclaw nodes {{[-h|--help]}}`
|