Add --require-confirmation
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I have
"deploy:stage": "AWS_REGION=eu-central-1 scandium update --name-postfix --stage",
"deploy:prod": "AWS_REGION=eu-central-1 scandium update --name-postfix --prod"
in my package.json, but it would be nice if i could add --require-confirmation or similar to the production one to avoid accidental deploys to production 🗡
Contributor guide
No contributing guide indexed for this repository
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 at the scandium update command used in package.json and trace how the --prod option is handled. Determine where a confirmation option belongs and how existing command behavior can be tested. Done means production deployments require explicit confirmation when the option is supplied, while the stage command remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript, nodejs
- Domain
- cli, cloud, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100