Productivity
(Discord link)
MIT
(link to GitHub release)
(Twitter follow link)
mirrord lets developers run local processes in the context of their cloud environment. It’s meant to provide the benefits of running your service on a cloud environment (e.g., staging) without actually going through the hassle of deploying it there, and without disrupting the environment by deploying untested code. It comes as a Visual Studio Code extension, an IntelliJ plugin, and a CLI tool.
Contents
(instructions to install VS Code extension)
(instructions on how to use the VS Code extension)
(instructions to install IntelliJ plugin)
(instructions on how to use the IntelliJ plugin)
(instructions to install CLI tool)
(instructions on how to use the CLI tool)
(description of how mirrord works)
Additional capabilities:
You can disable any subset of those in the configuration.
MIRRORD_AGENT_DISABLED_CAPABILITIES=CAP_NET_RAW,CAP_SYS_PTRACE mirrord exec node app.js --target pod/my-pod
(link to FAQ)
If you have a question that's not on there, feel free to ask in our Discussions or on Discord.
(description of how to contribute)
We're available on Discord for any questions.
Join our Discord Server for questions, support, and fun.
(link to Code of Conduct)
MIT