Skip to content

Proxy msstore CLI commands #142

@LanceMcCarthy

Description

@LanceMcCarthy

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.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions