Feature request: set up startup script without user input
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
What's going wrong?
The current startup script creating process requires users to copy-paste command string in an interactive session.
This makes it impossible to set up pm2 in a non-interactive manner by running a bash script.
Would it be possible to make this process automated? Is there a workaround to execute generated command automatically?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the current startup-script command and the generated command that users must copy and paste. Verify how it behaves in a non-interactive Bash script, then confirm that setup completes without user input and preserves the existing interactive flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, javascript, nodejs
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100