Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created May 30, 2024 13:13
Show Gist options
  • Save wayanjimmy/3660a63d3528b77ad01706154b7c607e to your computer and use it in GitHub Desktop.
Save wayanjimmy/3660a63d3528b77ad01706154b7c607e to your computer and use it in GitHub Desktop.
mutagen project example
forward:
tilt:
source: "tcp:localhost:10350"
destination: "ser4:tcp:localhost:10350"
pathfinder:
source: "tcp:localhost:3000"
destination: "ser4:tcp:localhost:3000"
elastic:
source: "tcp:localhost:9200"
destination: "ser4:tcp:localhost:9200"
sync:
localdev:
alpha: "."
beta: "ser4:~/clones/work/jimmy-poc/localdev"
mode: "two-way-resolved"
@wayanjimmy
Copy link
Author

start the project

mutagen project start

you can see port forwarding and sync

mutagen sync list
mutagen forward list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment