Skip to content

weka/scoop-wekactl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

scoop-wekactl

Scoop bucket for wekactl, the Go-based Weka CLI, on Windows.

Generated content — do not edit by hand. bucket/wekactl.json is rewritten by the release pipeline in weka/goweka (.github/workflows/scoop.yml) on every release. Manual edits will be overwritten on the next release.

Installing

  1. Add the bucket

    scoop bucket add wekactl https://github.com/weka/scoop-wekactl
  2. Install wekactl

    scoop install wekactl

Scoop picks the right build for your architecture (x64 or Arm64) automatically. Upgrade to the latest release with:

scoop update wekactl

To uninstall:

scoop uninstall wekactl
scoop bucket rm wekactl

First-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.

Command completion

To enable tab-completion in PowerShell, add this line to your profile (the file named by $PROFILE):

wekactl completion powershell | Out-String | Invoke-Expression

What lives where

  • bucket/wekactl.json is 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 .zip archives published as Releases in this repo — that's the public, unauthenticated download surface (weka/goweka itself 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.

Source

Packaging and publishing logic lives in weka/goweka. File issues and changes there, not here.

About

Scoop bucket for wekactl - supports installation on Windows via the scoop package manager

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors