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

Remove `.npmrc` files from the scaffold project.

01 Sep 07:21
ed40d83
Compare
Choose a tag to compare

Remove .npmrc files from the scaffold project, since it became useless.

Fix bug of cx-server download

10 Aug 09:56
5be3f62
Compare
Choose a tag to compare

Fix bug #104 of broken cx-server script download.

Better logging on VDM generation

29 Jul 09:13
b7dca2f
Compare
Choose a tag to compare
  • On VDM generation more information are shown to the user
  • New parameter additionalFiles in VDM generation
  • Test adjusted for local execution also under windows

Build once

29 May 16:26
Compare
Choose a tag to compare
  • Remove skipInstall option of package command - skipping install is now the default
  • Add ci option to package command - copiesnode_modules rather than installing them again for ci deployment (build once principle)
  • Fix manual deployment from Windows (npm run deploy)

v0.1.8...v0.1.9

Update versions

31 Mar 09:00
c7e651e
Compare
Choose a tag to compare
  • Use new location for pipeline config file
  • Update dependencies

v0.1.7...v0.1.8

Use open source version of the SAP Cloud SDK

10 Mar 09:56
Compare
Choose a tag to compare

v0.1.6...v0.1.7

Update dependencies

31 Jan 16:12
ed8711a
Compare
Choose a tag to compare

Technical improvements

  • Update dependencies

v0.1.5...v0.1.6

Bug Fix

17 Jan 16:45
Compare
Choose a tag to compare

Bug Fix

The package could not be installed unless @sap:registry was maintained in the npm config. This is rather tricky to work around so the issue was resolved by removing the dependency in question. The @sap/cloud-sdk-generator was only needed when generating an OData Client. If the generate-odata-client command is used, you will be asked to install the generator globally (unless it is already available).

Technical changes and Improvements

v0.1.4...v0.1.5

Better warnings

09 Jan 14:53
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • If sap-cloud-sdk package is executed on Windows, it uses npm install --force to avoid an error that prevented the install from starting (#47) 970b742
  • When creating a new project via the project scaffold of the Init command, the README.md is now showing information about SAP Cloud SDK and gives helpful information on how to get started (#46) ff5d4b5
  • Remove dummy warning (#45) 06f1edb
  • Fix a typo that caused a warning during Init (#45) 06f1edb

Technical Improvements

  • Fix async problem in help-page command (#48) 2a673fe

v0.1.3...v0.1.4

Command renaming and bug fixes

08 Jan 17:04
Compare
Choose a tag to compare

Breaking: Rename generate-vdm to generate-odata-client

VDM as an acronym was unclear and used inconsistently. The command (and related documentation) now uses OData client instead. Make sure to adjust any scripts that may use the old version of this command. (#42) 57bc6bf

Fixes and QoL changes

  • Display list of all warning messages after init command finishes (#43) 369694f
  • Fix package command problems when using projectDir argument (#41) a2f080a

Technical and Legal Details

v0.1.2...v0.1.3