https://github.com/wolfi-dev/wolfictl
A CLI used to work with the Wolfi OSS project
https://github.com/wolfi-dev/wolfictl
golang wolfi
Last synced: about 1 month ago
JSON representation
A CLI used to work with the Wolfi OSS project
- Host: GitHub
- URL: https://github.com/wolfi-dev/wolfictl
- Owner: wolfi-dev
- License: apache-2.0
- Created: 2022-11-30T16:52:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:01:53.000Z (7 months ago)
- Last Synced: 2024-10-29T20:10:11.301Z (7 months ago)
- Topics: golang, wolfi
- Language: Go
- Homepage:
- Size: 7.23 MB
- Stars: 56
- Watchers: 22
- Forks: 54
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# wolfictl
[](https://pkg.go.dev/mod/github.com/wolfi-dev/wolfictl)
[](https://goreportcard.com/report/github.com/wolfi-dev/wolfictl)`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`:
```bash
# Clone the repogit clone [email protected]:wolfi-dev/wolfictl.git wolfictl && cd $_
# Install the `wolfictl` command
go install
```## Commands
See the [wolfictl command reference](https://github.com/wolfi-dev/wolfictl/blob/main/docs/cmd/wolfictl.md)
## Docs
[Check so_name docs](./docs/check_so_name.md) - CI check for detecting ABI breaking changes in package version updates
[Update docs](./docs/update.md) - 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.