CLI Reference
tungsten
Section titled “tungsten”| Flag | Description |
|---|---|
--version or -V | Prints the current version of Tungsten. |
--help or -H | Prints a list of available commands. |
tungsten init
Section titled “tungsten init”Creates a new tungsten.toml config file in the current directory.
tungsten inittungsten test
Section titled “tungsten test”Verifies that your tungsten.toml config is valid and that all assets referenced by your input globs can be found. Does not upload anything.
tungsten testtungsten sync
Section titled “tungsten sync”Uploads your assets to Roblox and generates the Luau output files defined in your config.
tungsten sync --target <target> --api-key <key>| Flag | Value | Description |
|---|---|---|
--target | roblox or none | Set to roblox to upload for real, or none for a dry run without uploading anything. |
--api-key | Your Roblox Open Cloud API key. | Required for uploading assets to Roblox. |