Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Releases: SAP-archive/cloud-sdk-cli

Technical fix

07 Jan 13:04
Compare
Choose a tag to compare
  • Remove unused variable and run compiler in tests 3017cad

v0.1.1...v0.1.2

v0.1.1

07 Jan 12:47
Compare
Choose a tag to compare

Technical Fixes

v0.1.0...v0.1.1

OData client generator and experimental CAP support

07 Jan 12:11
Compare
Choose a tag to compare

New functionality

Add CDS sources using the CLI (#32) 9c9bcdf

You can now get started with consuming CDS services as defined in the CAP (Cloud Application Programming Model) by adding example code via the CLI or generate the scaffold with flag --addCds.

Add the OData client generator to the CLI (#18) a89ea0f

The CLI now allows you to generate OData client code based on any EDMX file. This functionality is using @sap/cloud-sdk-generator under the hood and therefore works almost identically.

Generate analytics file (#25) 25719be

When initializing a project with the CLI, a new file will be created that reflects your choice to share (or not share) anonymous data about your system and project with the development team of the SDK. You can read more about in the analytics guide.

Fixes and changes

v0.0.10...v0.1.0

Analytics hotfix

09 Dec 11:32
Compare
Choose a tag to compare

Hotfix

  • Ask if analytics should be enabled first (#24) 27dfb9f

v0.0.9...v0.0.10

Init improvements and optional analytics

09 Dec 09:46
Compare
Choose a tag to compare

Features and improvements

Testing related changes

  • Run tests on all major OS 9dae917
  • Add cache for testing and split npm steps b9904c7

v0.0.8...v0.0.9

Scaffold improvements

06 Dec 13:24
Compare
Choose a tag to compare
  • Add jest configuration for coverage and junit report (#21) 1ca2e2b
  • Simplify pipeline-config.yml (#20) 4c5b585

v0.0.7...v0.0.8

nest.js based scaffold

05 Dec 10:11
Compare
Choose a tag to compare

New or improved functionality

v0.0.6...v0.0.7

v0.0.6

25 Oct 12:44
Compare
Choose a tag to compare

New functionality

  • Download the cx-server from github.com (#9) 3189da9
  • Add example tests when init creates a new express project (#5) 61a895f

Documentation

  • Improve Usage and Contribution section in README (#10) b0575fe
  • Spell out acronym CLI (#11) 9ee356d

v0.0.5...v0.0.6

v0.0.5

18 Oct 10:52
Compare
Choose a tag to compare

The release process did not work as intended. This fixes it.

v0.0.2...v0.0.5

Initial Release

18 Oct 10:20
Compare
Choose a tag to compare

New functionality:

  • Setup your Cloud Foundry app to authenticate through the app router via sap-cloud-sdk add-approuter
  • Add the scripts to set up a Jenkins master for CI/CD of your project via sap-could-sdk add-cx-server
  • Open the product page, which contains tutorials and links to all relevant resources via sap-cloud-sdk help-page
  • Initializes your project for the SAP Cloud SDK, SAP Cloud Platform Cloud Foundry and CI/CD using the SAP Cloud SDK toolkit via sap-cloud-sdk init
    • Support for new (empty) projects by providing template via express-generator
    • Support existing projects as long as there are no conflicts for the files which init creates
  • Copy the specified files to the deployment folder via sap-cloud-sdk package