Skip to content

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

@michael-spengler

Description

@michael-spengler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions