8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sync
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tarmac sync is very complex. It's effectively the only command in Tarmac.
tarmac sync
It would be useful to create smaller commands that contain each auxiliary piece of functionality, which should help us manage complexity.
--target
tarmac dev
tarmac generate-cache
tarmac create-path-map
tarmac verify-synced
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tarmac sync
is very complex. It's effectively the only command in Tarmac.It would be useful to create smaller commands that contain each auxiliary piece of functionality, which should help us manage complexity.
tarmac sync
will just sync assets to the Roblox cloud--target
parameter should be removed.tarmac dev
will just sync assets to a local installation to work on in development modetarmac generate-cache
, pitched in Option to populate a cache directory #15, will generate a cache from the current statetarmac create-path-map
(Add create-cache-map subcommand #38) will write a map of all assets managed by Tarmactarmac verify-synced
will validate that the project is in sync with the Roblox cloudThe text was updated successfully, but these errors were encountered: