The Puls CLI is a small tool that lets you deploy and manage your game from the command line. It’s a single file with no dependencies.
Install#
macOS / Linux#
curl -sSL https://get.puls.games/cli | shVerify Installation#
puls --versionYou should see the version number printed.
Log In#
Use the API key you created in the previous step:
puls auth loginYou’ll be prompted to enter your key:
Enter your API key: puls_xxx
✓ AuthenticatedYour key is saved locally so you don’t need to enter it again.
Check Your Login#
puls auth status✓ AuthenticatedIf you ever need to log out:
puls auth logoutNext: Deploy Your Game