Releases: SAP/cf-html5-apps-repo-cli-plugin
Releases · SAP/cf-html5-apps-repo-cli-plugin
Tritium
Tritium (H1.3)
Added
- Support of
--name
flag forhtml5-list
(#11) - Support of
--name
flag forhtml5-get
(#11) - Support of
--name
flag forhtml5-delete
(#11) - Support of
--name
flag forhtml5-info
(#11) - Error handling in
html5-list
andhtml5-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 of1024.00 KB
inhtml5-info
andhtml5-list
(#13) - Use application name and version as
zip
file name, while pushing applications withhtml5-push
(#14)
Supported Platforms
- OSX (amd64)
- Linux (amd64)
- Windows (amd64)
Deuterium
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 forhtml5-push
(#5) - Support of
--redeploy
flag forhtml5-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
andhtml5-get
with applications containing large amount of files (>1000) (#7)
Supported Platforms
- OSX (amd64)
- Linux (amd64)
- Windows (amd64)
Protium
Protium (H1.1)
Added
- Support of
--url
flag forhtml5-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
Hydrogen (H1)
Features
html5-list
- list HTML5 applications / files of applicationhtml5-get
- get contents of file / app / apps deployed with same app-host-idhtml5-push
- push HTML5 applications to new / existing app-host-id
Supported Platforms
- OSX
- Windows