This repository contains the Homebrew formula for galileoctl, the Galileo CLI tool for quick troubleshooting and log bundle collection.
galileoctl is a command-line interface tool that provides quick troubleshooting capabilities and log bundle collection for Galileo systems.
Install galileoctl via Homebrew tap:
brew tap rungalileo/galileoctl
brew install galileoctlAfter installation, verify it's working:
galileoctl versionThis is the official Homebrew tap repository for galileoctl. The formula is automatically updated in this repository during each release of the main galileoctl project.
Repository: rungalileo/homebrew-galileoctl
Main Project: rungalileo/galileoctl
The formula is automatically generated and committed to this repository during the release process with:
- Correct version number
- SHA256 checksums for macOS (arm64) and Linux (amd64)
- Proper download URLs from GitHub releases
The generated formula is:
- Committed to this repository in the
Formula/directory - Attached to each GitHub release as
Formula/galileoctl.rb
Note: Do not manually edit the formula file - it will be overwritten on the next release.
You can test the formula locally before installation:
# Test the formula locally
brew install --build-from-source Formula/galileoctl.rb
# Or test with a local file path
brew install --build-from-source /path/to/galileoctl.rb- Name:
galileoctl - Description: Galileo CLI for quick troubleshooting and log bundle collection
- Homepage: https://github.com/rungalileo/galileoctl
- Platforms: macOS (arm64), Linux (amd64)
- License: Apache-2.0
If you encounter issues with installation:
- Update Homebrew:
brew update - Clean cache:
brew cleanup - Reinstall:
brew uninstall galileoctl && brew install galileoctl
For more help, see the main project repository or open an issue.
This formula is automatically maintained. If you need to report issues with the Homebrew formula, please open an issue in the main galileoctl repository.