Skip to content
New issue

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

Option to populate a cache directory #15

Closed
LPGhatguy opened this issue Jan 31, 2020 · 2 comments
Closed

Option to populate a cache directory #15

LPGhatguy opened this issue Jan 31, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@LPGhatguy
Copy link
Contributor

Some consumers of Tarmac, like Roblox, want to have local copies of each uploaded asset, indexed by asset ID.

Tarmac should support an additional flag or separate command to create an output cache out of whatever the current state is by downloading images from Roblox:

# As a flag
tarmac sync --target roblox --cache-dir my-cache/

# As a separate command
tarmac sync --target roblox
tarmac make-cache my-cache/
@LPGhatguy LPGhatguy added the enhancement New feature or request label Jan 31, 2020
@LPGhatguy
Copy link
Contributor Author

Currently implemented as a property on the project file, but possible it should be turned into a flag for practical usage.

@LPGhatguy
Copy link
Contributor Author

Done as the create-cache-map command, which rolled up two commands into one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant