evalai-cli icon indicating copy to clipboard operation
evalai-cli copied to clipboard

Create challenge configuration using CLI

Open deshraj opened this issue 7 years ago • 3 comments

Users should be able to create a challenge configuration zip using CLI. The idea is to have a similar setup that Sphinx provides when you want to generate the documentation configuration. It should work something like this:

Command: evalai create_challenge

$ evalai create challenge 

Enter the challenge name:
Test Challenge

Enter the Number of Phases:
2

Enter the Phase 1 name:
Test Phase

Enter the Phase 1 codename:
test-phase
.
.
.
.
.
.

CC: @isht3 @varunagrawal @RishabhJain2018

deshraj avatar Jun 28 '18 22:06 deshraj

This should be implemented only after the primary features are done and the CLI is finished, yes?

guyandtheworld avatar Jun 29 '18 04:06 guyandtheworld

Yes, that's correct.

deshraj avatar Jun 29 '18 06:06 deshraj

Hi @deshraj Can I work on this issue?

pushkalkatara avatar Nov 09 '19 03:11 pushkalkatara