pivotal-cf / pivnet-cli

CLI to interact with Tanzu Network API V2 interface.
Apache License 2.0
34 stars 27 forks source link

Ubuntu/Debian package available #11

Closed drnic closed 6 years ago

drnic commented 7 years ago

For anyone who wants to install pivnet to Ubuntu/Debian via apt-get install I've added an pivnet-cli package to our APT repo, and new versions will be automatically rebuilt with each new github release.

wget -q -O - https://raw.githubusercontent.com/starkandwayne/homebrew-cf/master/public.key | apt-key add -
echo "deb http://apt.starkandwayne.com stable main" | tee /etc/apt/sources.list.d/starkandwayne.list
apt-get update

apt-get install pivnet-cli

Thanks for pivnet!

cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/149907576

The labels on this github issue will be updated when the story is started.

zachgersh commented 6 years ago

thanks @drnic - would you mind PR'ing this to the readme (just like I think you may have done for om). I can make the change as well if you can't get around to it.