Releases: SAP-samples/hana-developer-cli-tool-example
Integrate btp CLI
3.202212.2 Update for CAP Dec 2022 Release
3.202212.1 - Make Quoted Identifiers Optional
What's Changed
- 90 remove the quoted naming as the default and instead put it behind an optional parameter by @jung-thomas in #91
Full Changelog: 3.202207.1...3.202212.1
3.202207.1 Upgrade to CAP 6.0
Add cds bind support for connections
https://www.npmjs.com/package/hana-cli/v/3.202205.4
You can use cds bind
and cds will create a .cdsrc-private.json
file. This contains binding target information similar to .env
or default-env.json
but without storing credentials. cds watch
will then look up the credentials at runtime. hana-cli
can now read the .cdsrc-private.json
for making connections. It will reuse the cds-dk
libraries that use this information to lookup service binding details dynamically.
Note: this is more secure since no credentials will be stored on the file system, but it does mean that each command in hana-cli
takes a second or two longer because it now must dynamically lookup the credentials with each command issued.
3.202205.3 Fix Issues Around Container Groups
https://www.npmjs.com/package/hana-cli/v/3.202205.3
What's Changed
Full Changelog: 3.202205.1...3.202205.3