-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Availability of CLI via Homebrew #1064
Comments
Hi @andrepoleza for your interest in OpenWhisk. Like anything it would take effort to get it done and also maintain it current (automation CI/CD). We also need to do some bit of research on how to handle, nightly publish vs. a stable build with the current situation that the CLI doesn't have a semantic version only a hash or build id (i.e. date stamp) I think after we figured out this we could also potentially offer the CLI thru other package manager (i.e. npm install -g whisk-cli) I will keep the issue open to keep this a a enhancement request. |
Good to know! I've never thought about the semantic version and its impact on availability on Homebrew. I just think that distributing the CLI through a broader package manager would benefit OpenWhisk in several ways, because although npm and pip are stable/popular not every (potential) developer uses them. Anyway, I'll be happy when OpenWhisk reaches Homebrew. 😃 |
I did an experiment with exposing the CLI through Homebrew recently. It worked perfectly although this file now fails the checksum test because the Go CLI has been updated. If we could work out how to trigger building this file when the Go CLI changes, you can just drop that repo in the OpenWhisk org and it'll work. |
@jthomas, we could create the needed file during the CLI build, and add the required checksum during that process as well. |
That would be awesome. |
Issue moved to apache/incubator-openwhisk-cli #153 via ZenHub |
Hello!
I've read the documentation and became (more) interested in OpenWhisk, but I've notice that the CLI isn't published on Homebrew... Is there a reason to not be there?
The text was updated successfully, but these errors were encountered: