mutagen-io / mutagen

Fast file synchronization and network forwarding for remote development
https://mutagen.io
Other
3.47k stars 153 forks source link

Ability to create multiple config templates in `.mutagen.yml` #486

Closed scruel closed 8 months ago

scruel commented 8 months ago

Currently, mutagen can only have one defaults config in .mutagen.yml, so if I want to create multiple sync/forward tasks for different goals, I can only leave basic default settings in the "default config file", and pass option arguments via command line while creating them. If this could be implemented, I can manage tasks more easily, especially for syncing tasks, for example, I have many tasks (code sync, code backup, full backup, etc.) in my computer which would require different config templates. What about have an optional argument called --config-profile? Thanks!