Skip to content

pullminder/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pullminder CLI

Cross-platform binaries for the Pullminder CLI.

Install

Quick install (Linux / macOS)

curl -fsSL https://raw.githubusercontent.com/pullminder/cli/main/install.sh | sh

Homebrew (macOS / Linux)

brew install pullminder/tap/pullminder

npm

npx pullminder --help

Manual download

Download the binary for your platform from the releases page.

Platform Binary
Linux (x86_64) pullminder-linux-amd64
Linux (ARM64) pullminder-linux-arm64
macOS (Intel) pullminder-darwin-amd64
macOS (Apple Silicon) pullminder-darwin-arm64
Windows (x86_64) pullminder-windows-amd64.exe

Usage

pullminder registry init
pullminder registry validate --strict
pullminder registry pack add --slug my-rules --kind detection --name "My Rules"
pullminder version

License

Apache-2.0