Skip to content

How do I create a package for a CLI-only tool correctly? #195085

Answered by mdanish-kh
just-ero asked this question in Q&A
Discussion options

You must be logged in to vote

@just-ero You can use wingetcreate (can get it through winget install wingetcreate as well) and then do

wingetcreate new https://github.com/extism/cli/releases/download/v1.6.1/extism-v1.6.1-windows-amd64.zip

The tool will take you through a series of questions to help you author a package. For reference, I can give you some values that you can use to fill up while going through the command

PackageIdentifier -> Extism.CLI
PackageVersion -> 1.6.1
Is this a portable package? -> yes
What is the command alias of the portable package? -> extism

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by denelon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants