← 返回命令列表

Linux command

komac 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create new package manifest

komac new

Update existing package

komac update [package-id]

Update with specific version

komac update [package-id] --version [1.0.0] --urls [url1] [url2]

Remove package version

komac remove [package-id] --version [1.0.0]

Sync fork with upstream

komac sync-fork

说明

komac is the Community Manifest Creator for WinGet. It automates creating and submitting package manifests to the winget-pkgs repository. Features advanced installer analysis for Inno Setup, NSIS, MSI, and Burn installers.

参数

new
Create package from scratch.
update _package-id_
Update existing package manifest.
remove _package-id_
Remove version from winget-pkgs.
sync-fork
Sync fork with microsoft/winget-pkgs.
--version _version_
Package version.
--urls _urls_
Installer URLs.
--submit
Submit PR automatically.

FAQ

What is the komac command used for?

komac is the Community Manifest Creator for WinGet. It automates creating and submitting package manifests to the winget-pkgs repository. Features advanced installer analysis for Inno Setup, NSIS, MSI, and Burn installers.

How do I run a basic komac example?

Run `komac new` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does new do in komac?

Create package from scratch.