Continuous Integration with lgputil
lgputil
is a CLI tool to make continuous integration easier for developers on Link Game platform. This guide will walk you through how to start using the CLI in a game project.
#
Prerequisites- Node.js > 10 should be installed on the machine
#
First time setupYou'll need an organizational API token to use with lgputil
, API token can be created by organization administrators from the API token tab in the admin screen on developer console.
Assuming you've already got your token, next step you'll need to install the lgputil
, run the following command in your project directory.
#
Verify installation and setupCheck if your setup by running the following line, you should see a list of games if correctly set up.
If you don't like assign --org
and --token
every time you use, you can store it on the machine by:
#
ShowcasesHere're some common use cases. (make sure replace YOUR_GAME_ID
and PATH/TO/FILE.zip
with actual values)
#
Needs Support?Please feel free to create issues on https://github.com/rakuten-games/lgputil/issues