-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a brew formula for autopilot #31
Comments
Started here #69 |
Could I use as is the current default CLI output? For instance, test do
assert_match "argocd controls a Argo CD server",
shell_output("#{bin}/argocd --help")
assert_match "argocd-util has internal utility tools used by Argo CD",
shell_output("#{bin}/argocd-util --help")
# Providing argocd with an empty config file returns the contexts table header
touch testpath/"argocd-config"
assert_match "CURRENT NAME SERVER\n",
shell_output("#{bin}/argocd context --config ./argocd-config")
end |
Can we check that the version command is functioning? |
See test do
assert_match "#{version}",
shell_output("#{bin}/argocd-autopilot version")
end |
LGTM |
Thanks @sestegra! Once we are able to install with brew, would you like to add some instructions to the docs on how to do it? |
@roi-codefresh The issue isn't closed yet. |
@sestegra just created release v0.1.9 which includes your changes |
PR submitted to homebrew-core |
@roi-codefresh macOS for ARM64 can't be built.
See full log from https://github.com/Homebrew/homebrew-core/pull/78460/checks?check_run_id=2716944236 |
My guess is because of following line in
|
Hey @sestegra, I've just merged a PR to remove our dependency on |
Hey @roi-codefresh, in fact, I need a new release with your update. |
@sestegra v0.1.10 is now out :) |
@roi-codefresh Great, I've updated the Homebrew formula. We need to wait for homebrew-core's maintainer to approve the PR. |
✅ Done Formula and bottles available on macOS: homebrew-core/Formula/argocd-autopilot.rb |
Amazing! |
No description provided.
The text was updated successfully, but these errors were encountered: