iot-lab / cli-tools

IoT-LAB CLI tools
Other
17 stars 14 forks source link

to fix before 2.6.0 release #45

Closed rienafairefr closed 4 years ago

rienafairefr commented 5 years ago

IMO, 2.6.0 might not be ready for release:

To continue using this client please update imports to 'from pssh.clients.miko import ParallelSSHClient'. warn(_msg)


- `iotlab` subcommand does not show the correct program in usage:

(cli-tools) matthieu@zurkus:~/iot-lab-dev/parts/cli-tools (doc)$ iotlab node usage: iotlab [-h] [-u USERNAME] [-p PASSWORD] [-v] [--jmespath JMESPATH] [--format FORMAT] [-i EXPERIMENT_ID] (-sta | -sto | -r | --update-idle | --debug-start | --debug-stop | -up FIRMWARE_PATH | --profile PROFILE_NAME | --profile-load PROFILE_PATH | --profile-reset) [-e EXCLUDE_NODES_LIST | -l NODES_LIST]


`iotlab` should be `iotlab node` here
aabadie commented 5 years ago

The first problem is more related to ssh-cli-tools. Maybe https://github.com/iot-lab/ssh-cli-tools/pull/40 could help.

I agree that the second point if a problem.

rienafairefr commented 5 years ago

OK, for the first problem I agree. The second problem I tried to fix with #46