clever-policeman-58407
11/20/2024, 7:16 PMmicroscopic-river-74022
11/20/2024, 7:16 PMmicroscopic-river-74022
11/20/2024, 7:16 PMgarden util mutagen
command to run Mutagen CLI commands in the context of your current project. For example, to continuously monitor all syncs, you can use:
garden util mutagen sync monitor
This command allows you to see the status of ongoing synchronizations Reference > Commands > garden util mutagen ().
Additionally, Garden creates a helper script that makes it easier to use the Mutagen CLI directly. You can find this script at .garden/mutagen/latest/mutagen.sh
in your project root. To list active syncs, you could run:
.garden/mutagen/latest/mutagen.sh sync list
This can help you troubleshoot synchronization issues by providing more detailed information about the sync process Acorn-0.12 > Guides > Code Synchronization (Dev Mode) > Troubleshooting ().
While not exactly a "Synchronization Monitor," these tools allow you to monitor and inspect the synchronization process in Garden.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
11/20/2024, 7:16 PM