Local Fleet Manager
Manage robots stored in the agent’s local fleet list and fleet preset files.
nimbus fleet <command>
| Command | Description |
|---|---|
list-robot | List all local fleet robots (includes online status) |
add-robot <url> <password> | Add a robot to local fleet |
update-robot <id> <url> <password> | Update a robot in local fleet by id |
delete-robot <id> | Delete a robot from local fleet by id |
list-preset | List fleet presets |
export-preset <path> | Export fleet presets to a JSON file |
import-preset <path> | Import fleet presets from a JSON file and apply them |
Examples
nimbus fleet list-robot
nimbus fleet add-robot http://192.168.1.74:19992 mypassword
nimbus fleet update-robot robot-123 http://192.168.1.75:19992 newpassword
nimbus fleet delete-robot robot-123
nimbus fleet list-preset
nimbus fleet export-preset /tmp/fleet-presets.json
nimbus fleet import-preset /tmp/fleet-presets.json