Skip to content

oursky/homebrew-skytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-skytest

Homebrew tap for the skytest CLI.

Clean Install (Recommended)

Use this when installing for the first time, or when your tap may have stale local state.

  1. Remove any existing install and tap:
brew uninstall skytest || true
brew untap oursky/skytest || true
  1. Add the official tap:
brew tap oursky/skytest
  1. Install skytest:
brew install oursky/skytest/skytest
  1. Verify the installed version:
skytest version

Upgrade

  1. Refresh Homebrew metadata:
brew update
  1. Upgrade skytest:
brew upgrade oursky/skytest/skytest
  1. Verify the upgraded version:
skytest version

Uninstall

  1. Uninstall skytest:
brew uninstall skytest
  1. Optional: remove the tap if you no longer need it:
brew untap oursky/skytest

Reset a Stale Tap

If brew still installs an old version, run:

brew untap oursky/skytest
brew tap oursky/skytest
brew update
brew reinstall oursky/skytest/skytest
skytest version

Repository Layout

  • Formula/skytest.rb - Homebrew formula published for users.
  • RELEASING.md - maintainer release checklist.
  • .github/workflows/formula-ci.yml - formula validation on PRs.
  • scripts/update-formula-from-release.sh - manual formula sync helper.

Source Of Truth

The formula is generated from oursky/skytest-agent release assets.

Primary path:

  • skytest-agent release workflow auto-commits Formula/skytest.rb into this tap.

Fallback path:

  • maintainers can run scripts/update-formula-from-release.sh vX.Y.Z.

About

Homebrew release for skytest agent cli tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors