mirrord
mirrord copied to clipboard
Connect your local process and your cloud environment, and run local code in cloud conditions.
### Bug Description Unintuitive error when using containers, if the sidecar fails it is deleted ``` Error: × Comand failed to execute command [docker logs be6fe8a8bcc8bb8f721851fb5fd2c560666c0b03261f97c0db0dd94f74bf0e1f]: Error response from daemon:...
Allow the option to extend command line arguments for when running `mirrord container` command ```json { "container": { "cli_container_extra_args": ["--network", "host"] } } ``` OR ```json { "container": { "cli_extra_args":...
### Bug Description User is trying to run with an npm launch configuration and gets ``` /var/folders/cl/mlpgtg9x5kv6fld7w24l11m00000gp/T/mirrord-bin-ghu3278mz/usr/local/bin/npm run whatever node:internal/modules/cjs/loader:1147 throw err; ^ Error: Cannot find module '../lib/cli.js' Require stack:...
Improve Documentation for mirrord-config's `MirrordConfig` trait and derive macro with example of trait implementation for types that are unsupported by the derive macro and a more general examples of the...
### Bug Description It is possibly related to "go build", Because there won't be any issues with go build if I run it before mirrod. ### Steps to Reproduce `mirrord...
Related to #2703 - currently there are very few (possibly only one?) situation(s) where an error that could direct the user to https://mirrord.dev/docs/overview/teams actually does so in the plugins. For...
We can: 1. Read health checks config after target resource is fetched. 2. Check if it will be possible for the app to steal health checks (e.g incoming config does...
We could run https://github.com/openshift/crd-schema-checker on CI. The SQS CRDs generate "NoMaps" errors because I didn't know it was bad practice, I think we should not change old CRDs now but...
Looks like there is an issue from `nightly-2024-07-03` to (at least) `nightly-2024-09-03` that is kinda annoying when you try to build the `mirrord-agent`. You'll be getting a bunch of errors...