CF HTML5 Applications Repository CLI Plugin
https://github.com/SAP/cf-html5-apps-repo-cli-plugin/CF HTML5 Applications Repository CLI Plugin is an open source software offered by SAP to help customers and internal stakeholders to accomplish common development tasks easier and faster. You may use it to explore the contents of HTML5 Applications Repository, upload new applications and many more →
Install
Install CF HTML5 Applications Repository CLI Plugin with just a single command and discover the whole new HTML5 applications development experience.
macOS (x64), Windows (x64), Linux (x64)
cf install-plugin -r CF-Community "html5-plugin"
Play
You can now push HTML5 application to HTML5 Applications Repository without a deployer application
mkdir myapp
cd myapp
echo '{"sap.app":{"id":"myapp","applicationVersion":{"version": "1.0.0"}}}' > manifest.json
echo '{"routes":[{"source":"^(.*)","target": "$1","service":"html5-apps-repo-rt"}]}' > xs-app.json
cf html5-push
Discover which HTML5 applications and versions are there and which service instances are not in a use
cf html5-list
Explore the contents of an application
cf html5-list myapp
Download an application and save it to current directory
cf html5-get myapp-1.0.0 -o .
Tell
Don't hesitate to share your feelings about CF HTML5 Applications Repository CLI Plugin by asking questions, posting proposals and filing bugs on GitHub issues page.
If you like the project, don't forget to give it a ★ star!