Skip to content

CLI Reference

FlagDescription
--version or -VPrints the current version of Tungsten.
--help or -HPrints a list of available commands.

Creates a new tungsten.toml config file in the current directory.

Terminal window
tungsten init

Verifies that your tungsten.toml config is valid and that all assets referenced by your input globs can be found. Does not upload anything.

Terminal window
tungsten test

Uploads your assets to Roblox and generates the Luau output files defined in your config.

Terminal window
tungsten sync --target <target> --api-key <key>
FlagValueDescription
--targetroblox or noneSet to roblox to upload for real, or none for a dry run without uploading anything.
--api-keyYour Roblox Open Cloud API key.Required for uploading assets to Roblox.