How do I create a package for a CLI-only tool correctly? #195085
-
Hello, I'm in contact with the Extism team and would like to upload the Extism CLI to winget. The download at https://github.com/extism/cli/releases/latest is of a How do I correctly create a package that adds |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@just-ero You can use
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 -> |
Beta Was this translation helpful? Give feedback.
@just-ero You can use
wingetcreate
(can get it throughwinget install wingetcreate
as well) and then doThe 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