e.g. doxa_cli agent download {competition_name} by default this will download the user's active agent, admins should be able to specify a different agent e.g. --user {username}, also should add --agent {agent_id}. This endpoint should be rate limited for all non-admins.
e.g.
doxa_cli agent download {competition_name}
by default this will download the user's active agent, admins should be able to specify a different agent e.g.--user {username}
, also should add--agent {agent_id}
. This endpoint should be rate limited for all non-admins.Can be done at the same times as #64