https://github.com/anchore/homebrew-anchorectl
https://github.com/anchore/homebrew-anchorectl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anchore/homebrew-anchorectl
- Owner: anchore
- Created: 2021-03-29T19:31:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T21:51:34.000Z (over 4 years ago)
- Last Synced: 2025-02-24T13:48:39.146Z (over 1 year ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew-AnchoreCTL
This repository contains the homebrew formula for the [anchorectl project](https://github.com/anchore/anchorectl)
To install anchorectl via homebrew, you'll need to export a github api token that has access to anchore/anchorectl and anchore/homebrew-anchorectl
```shell script
export HOMEBREW_GITHUB_API_TOKEN="XXXXX"
brew tap anchore/anchorectl
brew install anchorectl
```