-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be pretty cool to have the winapp CLI be able to proxy commands over to the msstore CLI.
How would this look? How about using the same approach that dotnet CLI handles workloads, with a command subset.
-
dotnet workload
-
winapp store <msstore CLI command>
For example:
winapp store --help
winapp store init
winapp store package
winapp store publish😍
Now, about implementation, I don't imagine that you're want to completely rebuild the work that Alex is doing over in the msstore CLI repo, two thoughts:
- Just make the msstore CLI package a dependency and proxy the commands
- submodule the msstore cli repo and do the compile/build yourself and implement the commands
nmetulev and hamza-usmani
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request