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 | sh

Verify Installation#

puls --version

You should see the version number printed.

Log In#

Use the API key you created in the previous step:

puls auth login

You’ll be prompted to enter your key:

Enter your API key: puls_xxx
✓ Authenticated

Your key is saved locally so you don’t need to enter it again.

Check Your Login#

puls auth status
✓ Authenticated

If you ever need to log out:

puls auth logout

Next: Deploy Your Game