Scoop bucket for wekactl,
the Go-based Weka CLI, on Windows.
Generated content — do not edit by hand.
bucket/wekactl.jsonis rewritten by the release pipeline inweka/goweka(.github/workflows/scoop.yml) on every release. Manual edits will be overwritten on the next release.
-
Add the bucket
scoop bucket add wekactl https://github.com/weka/scoop-wekactl
-
Install
wekactlscoop install wekactl
Scoop picks the right build for your architecture (x64 or Arm64) automatically. Upgrade to the latest release with:
scoop update wekactlTo uninstall:
scoop uninstall wekactl
scoop bucket rm wekactlFirst-run warning: the Windows binaries are not yet code-signed, so on first run Windows SmartScreen may show a warning. Choose More info, then Run anyway to proceed. Code signing is planned for a future release.
To enable tab-completion in PowerShell, add this line to your profile (the file
named by $PROFILE):
wekactl completion powershell | Out-String | Invoke-Expressionbucket/wekactl.jsonis the Scoop manifest for the current release. It describes a single version with one entry per CPU architecture (x64 and Arm64), and points at the Windows.ziparchives published as Releases in this repo — that's the public, unauthenticated download surface (weka/gowekaitself is INTERNAL, so its own release assets are not public).- Releases hold every published version's archives, so older versions remain available for manual download.
Packaging and publishing logic lives in weka/goweka. File issues and changes there, not here.