Skip to content

Releases: SAP/cf-html5-apps-repo-cli-plugin

Tritium

08 Aug 07:29
Compare
Choose a tag to compare

Tritium (H1.3)

Added

  • Support of --name flag for html5-list (#11)
  • Support of --name flag for html5-get (#11)
  • Support of --name flag for html5-delete (#11)
  • Support of --name flag for html5-info (#11)
  • Error handling in html5-list and html5-get for attempt of accessing private and non-existing applications

Fixed

  • Use correct syntax for multiple filters in Cloud Foundry API (#12)
  • Print 1.00 MB instead of 1024.00 KB in html5-info and html5-list (#13)
  • Use application name and version as zip file name, while pushing applications with html5-push (#14)

Supported Platforms

  • OSX (amd64)
  • Linux (amd64)
  • Windows (amd64)

Deuterium

28 Feb 23:30
Compare
Choose a tag to compare

Deuterium (H1.2)

Added

  • Error handling in html5-info for non-existing service instance names and GUIDs
  • Rate limit for number of concurrent outgoing connections
  • Support of --name flag for html5-push (#5)
  • Support of --redeploy flag for html5-push (#5)
  • Print detailed error messages in case of client errors in html5-push (size exceeded, app already exists)

Changed

  • Change html5-info to show service name in first column
  • Change html5-info to show info about all service instances, if no arguments passed

Fixed

  • Address the case, where $TMPDIR is not set on OS (#4)
  • Fix the problem in html-info and html5-get with applications containing large amount of files (>1000) (#7)

Supported Platforms

  • OSX (amd64)
  • Linux (amd64)
  • Windows (amd64)

Protium

23 Jan 12:01
Compare
Choose a tag to compare

Protium (H1.1)

Added

  • Support of --url flag for html5-list command
  • Support of html5-info command
  • Application visibility (private/public) in the list of HTML5 applications
  • Support of html5-delete command
  • Support of multiple app-host-id values in buisiness service binding information
  • Metadata, including file size and ETag, is displayed in the list of HTML5 application files
  • Support custom HTML5 Application Repository service name via HTML5_SERVICE_NAME environment variable (default: html5-apps-repo)
  • Apache License v2.0 in LICENSE file
  • Copyright in NOTICE file
  • Change log in CANGELOG.md file

Changed

  • During html5-push files are created in system temp folder instead of current working directory (#2)

Fixed

  • Normalize paths to files for Windows, replace \ to / in file keys (#3)
  • Check that directories are apps before trying to upload them with html5-push without arguments (#1)

Supported Platforms

  • OSX
  • Linux (amd64)
  • Windows

Hydrogen

19 Dec 16:19
Compare
Choose a tag to compare

Hydrogen (H1)

Features

  • html5-list - list HTML5 applications / files of application
  • html5-get - get contents of file / app / apps deployed with same app-host-id
  • html5-push - push HTML5 applications to new / existing app-host-id

Supported Platforms

  • OSX
  • Windows