pivotal-cf / om

General command line utility for working with VMware Tanzu Operations Manager
Apache License 2.0
134 stars 103 forks source link

Feature requestion: accept EULA and download tiles from PivNet #97

Closed drnic closed 7 years ago

drnic commented 7 years ago

Om can upload a product tile to opsmgr, but it cannot download the tile from PivNet in the first place. And since using PivNet website requires manually clicking the EULA popup to get the download URL, it makes it very hard to get the explicit URL so I can go to a bastion/jumpbox and wget the tile, before using om to upload it.

Which means I'm stuck on my laptop behind slow local internet conditions.

Could Om be extended to support downloading PivNet products? Or is there another CLI for interacting with PivNet? I'm aware for pivnet-resource for concourse; but I was trying to interact with pivnet/opsmgr outside of CI.

cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

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

zachgersh commented 7 years ago

Wouldn't you be able to use the pivnet-cli to download the items off of pivnet?

On Wed, Aug 2, 2017 at 4:58 PM cf-gitbot notifications@github.com wrote:

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story https://www.pivotaltracker.com/story/show/149907170.

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pivotal-cf/om/issues/97#issuecomment-319830478, or mute the thread https://github.com/notifications/unsubscribe-auth/AAqFA3J79gVfgYp-3d4ygiqhEE-pYeYIks5sUQ0ugaJpZM4OrzP0 .

ryanmoran commented 7 years ago

https://github.com/pivotal-cf/pivnet-cli

drnic commented 7 years ago

Thanks @ryanmoran