Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Planet Lia - CLI

The CLI tool for Planet Lia platform. The tool is called lia.

Planet Lia CLI

TODO paste the result of --help command

Development

Dependencies

Install all dependencies and update them by cd-ing into the repository root and running:

go get -u ./...

Build

./scripts/build.sh

If you want to run build without testing and redeploying local-match-viewer run ./scripts/build.sh quick.

Serve Releases Locally

Run the command below. It will build a match-generator and java, kotlin and python3 bots for that game and serve them as a release on port 4447.

./scripts/serveReleases.sh [game-name] 
# eg.  ./scripts/serveReleases.sh planetization

Also expose the url on which releases are server: export RELEASES_URL="http://localhost:4447/planet-lia-releases.json"