python3 -m pip install mb-cli
export MERKLEBOT_ORGANIZATION_ID=65c5790d08f4b0d99c47d2e3
export MERKLEBOT_USER_TOKEN=
You could use CLI to enlist all the robots, connected to organization
python3 -m mb robot list
โโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโณโโโโโโโโโโโโโโณโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโ
โ Id โ Name โ Description โ Status โ Api Key โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 65c579375da145a4751โฆ โ Jetson1 โ Merklebot โ offline โ 1f727d6a-0a9c-4c2cโฆ โ
โโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโดโโโโโโโโโโโโโโดโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโ
You could add jobs with their description string
python3 -m mb job add ARGS_PATH ROBOT1_ID[,ROBOT2_ID]
python3 -m mb job add job_example.json 65c579375da145a475198768
{'ok': True}
ARGS json could be found on platform or copied here
{"image":"hello-world:linux","container_name":"","ports":[],"network_mode":"default","volumes":[],"privileged":false,"store_data":false,"env":[]}
Previous: ๐ค Robots