Skip to content

wolfi-dev/wolfictl

Folders and files

NameName
Last commit message
Last commit date
Mar 12, 2025
Dec 10, 2024
Feb 9, 2025
Mar 11, 2025
Dec 11, 2023
Mar 28, 2023
Jan 15, 2025
May 28, 2024
Sep 14, 2023
Nov 24, 2022
Feb 18, 2025
Aug 7, 2023
Mar 13, 2025
Mar 13, 2025
Aug 9, 2024

wolfictl

Documentation Go Report Card

wolfictl is a command line tool for working with Wolfi

Installation

You can install wolfictl straight from its source code. To do this, clone the git repository and then run go install:

# Clone the repo

git clone git@github.com:wolfi-dev/wolfictl.git wolfictl && cd $_

# Install the `wolfictl` command

go install

Commands

See the wolfictl command reference

Docs

Check so_name docs - CI check for detecting ABI breaking changes in package version updates Update docs - for detecting new upstream wolfi package versions and creating a pull request to update Wolfi

Releases

This repo is configured to automatically create weekly tagged patch releases, mainly so that it can be more easily packaged in Wolfi itself.

Releases happen Monday at 00:00 UTC, and can be manually run as necessary.