Skip to content

Manage Deployments

VifuHub releases belong to your signed-in account. Re-running vf deploy from the same project updates the same game for the same owner and deploy name.

List Your Games

bash
vf games list

Management commands use the same VifuHub account as deploy.

Share A Game

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

bash
vf games share <game-id>

Submit For Review

When a game is ready for broader distribution:

bash
vf games submit <game-id>

Delete A Game

bash
vf 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
vf deploy --name my-stable-game-name

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