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

RFC: autopull - Pull modified files? #28

Open
TheAlan404 opened this issue Sep 4, 2023 · 3 comments
Open

RFC: autopull - Pull modified files? #28

TheAlan404 opened this issue Sep 4, 2023 · 3 comments

Comments

@TheAlan404
Copy link
Contributor

The idea is that filenames would be written in server.toml and mcman would pull the said files from server/ to config/ if they were modified

For example:

[extra]
autopull = [
  "whitelist.json"
]

would this be a good idea?

@tippfehlr
Copy link

A way to sync the whitelist to config/ would definitely be good. A merge would be more appropriate though, because changes may also happen to config/whitelist.json.
Also, I don’t think autopull is the right name for this. Pull refers to pulling something from
the internet, eg. a pulling new updates automatically.

I propose “automerge” or “sync_changes”.

@TheAlan404
Copy link
Contributor Author

The term pull was because of the command mcmcan pull actually, but it would make sense to change it to something like mcman sync too

@IogaMaster
Copy link

I would like this.

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

No branches or pull requests

3 participants