Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

[New feature] Add feature to reset_token (logout) #205

Open nikochiko opened 4 years ago

nikochiko commented 4 years ago

Currently, the CLI only has functionality to set_token and get_token. However, the set_token only accepts 40-character long strings. Therefore, once a token is added, there is no way to take that back expect to switch it with a different token. Also, there is functionality to evalai login but no logout. Expected: There should be a command to log out. And also one for resetting token to a undefined value.

nikochiko commented 4 years ago

@RishabhJain2018 @vkartik97 @pushkalkatara Can I work on this task?