zenotech / epic-cli

Command line interface for interacting with EPIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch team on command line

mike-jt79 opened this issue · comments

Would be good to be able to switch team on the cli, something like:
python epiccli.py accounts set_team <team_id/team name>

If team_id or team_name not specified then present the list of teams.
Once switched updated team should be stored in the config file.

We could also move teams to a top level command, i.e.:
epic_cli team list
epic_cli team activate <name/id>