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

Add "sync" subcommand #65

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Add "sync" subcommand #65

merged 1 commit into from
Sep 25, 2024

Conversation

JamyGolden
Copy link
Member

sync is the combination of "install" and "update" subcommands. There is no good reason not to have to remember to use tinty install for first run or when new templates are added to tinty/config.toml and then tinty update to update those templates.

Currently tinty sync is the equivalent of tinty install && tinty update, however more could be added to this in future, for example it could do a clean before tinty install && tinty update: #33

tinty sync simplifies things for users. install and update still exist, but may be deprecated in future if there is no good use for them.

"sync" is the combination of "install" and "update" subcommands
@JamyGolden JamyGolden requested a review from a team as a code owner September 25, 2024 10:29
@JamyGolden JamyGolden merged commit 76f7c24 into main Sep 25, 2024
5 checks passed
@JamyGolden JamyGolden deleted the jamy/feature/sync branch September 25, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant