Skip to content

Manage Deployments

Vifu deploys are owned by your signed-in account. Re-running vifu deploy from the same project updates the same game for the same owner and deploy name.

List Your Games

bash
vifu games list

Use the same API environment you deployed to:

bash
vifu games list --api-url https://api-dev.consenger.com

Share A Game

vifu deploy shares by default. To create or refresh a share URL later:

bash
vifu games share <game-id>

Submit For Review

When a game is ready for broader distribution:

bash
vifu games submit <game-id>

Delete A Game

bash
vifu games delete <game-id>

Stable Updates

You do not need to store a server id in the project configuration. The default update target is:

text
signed-in owner + deploy name

Set a stable deploy name when needed:

bash
vifu deploy --name my-stable-game-name

Use --game-id only for recovery or explicit overrides.