cat data.json | docker-compose run --no-deps --use-aliases --entrypoint "pnpm add_machines" lifecycle

(node:22) UnhandledPromiseRejectionWarning: Error: ERROR_DUPLICATED_ENDPOINT
at file:///opt/app/src/io/worker.js:15:42
at ModuleJob.run (internal/modules/esm/module_job.js:169:25)
at async Loader.import (internal/modules/esm/loader.js:177:24)
at async Object.loadESM (internal/process/esm_loader.js:68:5)
(Use node --trace-warnings ... to show where the warning was created)
(node:22) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see Command-line options | Node.js v16.5.0 Documentation). (rejection id: 1)
(node:22) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.