microsoft / microsoft/msstore-cli
msstore submission delete --no-confirm requires user input
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 163
- Forks
- 22
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
I am calling msstore submission delete --no-confirm.
I am doing it in an automation script (CI/CD). Since I used --no-confirm, i would expect this to either fail or succeed. Instead, my script is prompted to Press Enter to open the browser at this page: https://partner.microsoft.com/dashboard/products//submissions/
The --no-confirm should prevent prompts, or please add a new flag to prevent prompts.
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 at the implementation of the msstore submission delete command and its handling of --no-confirm; reproduce the command in a non-interactive automation environment. Done means the command either succeeds or fails without prompting to press Enter, while preserving the documented delete behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100