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
Technical fix
- Remove unused variable and run compiler in tests 3017cad
v0.1.1
OData client generator and experimental CAP support
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
- Update dependency versions (#37) 4a90bd4
- Unhide CDS parts (#36) 162d595
- Migrate to yarn (#38) 9c57fa6
- Bump handlebars from 4.2.0 to 4.5.3 in /test/nest (#35) bdca7d1
- Refactor generate vdm test (#34) b0b13d2
- fix typo (#33) 7ce0c65
- Ignore artifacts of previously cancelled test runs (#31) 4616835
- Simplify PR template (#30) 32699bc
- Update README.md (#29) 50dce63
- chore: Refactor copy descriptors (#28) 5debbb9
- Remove @types/handlebars as handlebars provides its own types (#27) d2917c2
- Add tests for utils (#26) 1d6ddec
- Do not push edmx files ever b836e72
- Stash windows npm cache correctly 72a2d2b
Analytics hotfix
Init improvements and optional analytics
Features and improvements
- Use nest-cli via npx only (#22) b2bca79
- After
init
ask if usage analytics should be shared (#23) 6f6367e- To learn what is collected if you opt-in, read usage-analytics.md
Testing related changes
Scaffold improvements
nest.js based scaffold
New or improved functionality
v0.0.6
v0.0.5
The release process did not work as intended. This fixes it.
Initial Release
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
- Support for new (empty) projects by providing template via
- Copy the specified files to the deployment folder via
sap-cloud-sdk package