Enable running Microsoft Store Developer CLI commands via a new 'store' subcommand.#214
Enable running Microsoft Store Developer CLI commands via a new 'store' subcommand.#214
Conversation
There was a problem hiding this comment.
Awesome. before merging:
- Need to have msstore team review and approve
- Usage docs updated to include store command and link to msstore docs
- Readme updated to include store command in the list of commands
- Add tests
- Should we have a silent install option (install MSStoreCLI if not installed) for things like CI? Or a command to ensure it is installed prior to calling it
winapp store ensure-available? The second option seems better to me.
We have 3 options:
But we are passing that burden to them, which is not ideal.
|
Personally, 3 seems to be most reliable and we would be in most control. we already do something similar for the build tools. |
fc3458d to
95e357d
Compare
Fixes #142