Roblox / tarmac

Command line tool to manage Roblox assets
MIT License
115 stars 25 forks source link

--require-up-to-date option #16

Closed LPGhatguy closed 4 years ago

LPGhatguy commented 4 years ago

It would be useful to have a flag that tries to run a sync operation and fails if anything needs to be synced. This would be used in CI environments to ensure users have deployed any assets that have changed.

LPGhatguy commented 4 years ago

Funny enough, the currently unimplemented content-folder target already works for this. The error message you get when it fails isn't good, but the functionality is close.

I wonder...