Skip to content
/ CLAW Public
forked from cloudfoundry/CLAW

The CF CLI download redirection web application

License

Notifications You must be signed in to change notification settings

ewrenn8/CLAW

 
 

Repository files navigation

CLAW

The CF CLI download redirection web application.

the-claw

Why does this application exist?

  • Provide a consistent link to our downloads regardless of underlying storage (be it S3, Github, etc.)
  • Provide a consistent link that points the latest version of the CF CLI on a per architecture basis.
    • Amazon S3 supports a 'latest' version link, but did this via 301 Moved Permanently. Meaning the browser would cache the old version of the link, if we recently released, for the length of the browser cache.
    • Github does not seem to be able to provide a link to the latest binary/installer on a per architecture basis.
  • Provides analytics for each download link.

About

The CF CLI download redirection web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.3%
  • Shell 4.7%