This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
Releases: SAP-archive/cloud-sdk-cli
Releases · SAP-archive/cloud-sdk-cli
Remove `.npmrc` files from the scaffold project.
Remove .npmrc
files from the scaffold project, since it became useless.
Fix bug of cx-server download
Fix bug #104 of broken cx-server script download.
Better logging on VDM generation
- 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
- 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
)
Update versions
- Use new location for pipeline config file
- Update dependencies
Use open source version of the SAP Cloud SDK
Update dependencies
Bug Fix
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
Better warnings
Bug Fixes and Improvements
- If
sap-cloud-sdk package
is executed on Windows, it usesnpm 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
Command renaming and bug fixes
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 usingprojectDir
argument (#41) a2f080a