Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question / Potential Feature Request: Does it make sense to have something like that for pm2 features? #7

Open
michael-spengler opened this issue Aug 26, 2020 · 0 comments

Comments

@michael-spengler
Copy link

These things are still somehow abstract for me - so sorry if it is a not so valuable question / remark.

What I'm looking for is being able to write something like
pm2 start https://deno.land/x/.../app.ts --interpreter="deno" --interpreter-args="run --allow-net"

instead of cloning things onto my server and then writing something like
pm2 start app.ts --interpreter="deno" --interpreter-args="run --allow-net"

From my perspective this seems similar like dpx - and brings in the "process manager" features...

I also raised this via the following issue but this seemed to be the wrong place:
denoland/deno#7137

@michael-spengler michael-spengler changed the title Question: Is there something like this for pm2 Question / Potential Feature Request: Does it make sense to have something like that for pm2 features? Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant