mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 13:52:08 +00:00
30 lines
529 B
Plaintext
30 lines
529 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# openclaw nodes
|
|
|
|
> Manage OpenClaw nodes (iOS, Android, macOS devices).
|
|
> More information: <https://docs.openclaw.ai/cli/nodes>.
|
|
|
|
- List all connected and pending nodes:
|
|
|
|
`openclaw nodes list`
|
|
|
|
- List pending pairing requests:
|
|
|
|
`openclaw nodes pending`
|
|
|
|
- Approve a pending node pairing request:
|
|
|
|
`openclaw nodes approve {{request_id}}`
|
|
|
|
- View node status:
|
|
|
|
`openclaw nodes status`
|
|
|
|
- Display help:
|
|
|
|
`openclaw nodes {{[-h|--help]}}`
|