Skip to main content

CLI Game management

This section explains how to manage organization's games. Games group multiple game versions together so they share the following configuration:

info

To manage games, you need to have admin rights within the organization.

Listing games

You can list all games in your organization with:

elympics games list

Furthermore, you can add the following flags for filtering:

  • -l or --limit – to limit the amount of entries (defaults to 10),
  • -s or --skip – to skip first N entries,
  • -t or --sortingType – sort by Name or Date (default is Date),
  • -d or --sortingDirection – sort order Ascending or Descending (default is Descending),
  • -w or --startsWith – to only show games that start with a pattern passed as the argument.

Creating and managing games

Creating a new game is done with:

elympics games create -g <game name> -f <fleet id>

You can get a fleet id by listing available fleets.

To update game data, you need to provide its game ID:

elympics games update -g <game id>

then fill the fields you want to modify: