@sap/datasphere-cli 2024.16.0 → 2024.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project SAP Datasphere Command-Line Interface (DS CL
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 2024.18.0
9
+
10
+ ### Added
11
+
12
+ - Support for binary files. Binary files can be specified as input for a command. The content is send as a buffer to the server. The `Content-Type` header is set to `multipart/form-data`.
13
+
8
14
  ## 2024.16.0
9
15
 
10
16
  ### Changed
package/README.md CHANGED
@@ -7,6 +7,7 @@ Command-Line Interface (CLI) for SAP Datasphere.
7
7
  ## Content
8
8
 
9
9
  1. [Installation](#installation)
10
+ 1. [Available Commands](#available-commands)
10
11
  1. [Update the CLI](#update-the-cli)
11
12
  1. [Versioning](#versioning)
12
13
  1. [Authentication](#authentication)
@@ -33,6 +34,10 @@ or
33
34
  yarn global add @sap/datasphere-cli
34
35
  ```
35
36
 
37
+ ## Available Commands
38
+
39
+ Find the full overview of available commands on [help.sap.com](https://help.sap.com/docs/SAP_DATASPHERE/d0ecd6f297ac40249072a44df0549c1a/3f9a42ccde6b4b6aba121e2aab79c36d.html). See [Usage](#usage) below for instructions how to use the commands in the CLI.
40
+
36
41
  ## Update the CLI
37
42
 
38
43
  See [Installation](#installation).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/datasphere-cli",
3
- "version": "2024.16.0",
3
+ "version": "2024.19.0",
4
4
  "description": "Command-Line Interface for SAP Datasphere.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "SAP SE",
@@ -19,6 +19,6 @@
19
19
  "datasphere-cli"
20
20
  ],
21
21
  "dependencies": {
22
- "@sap/cli-core": "2024.15.0"
22
+ "@sap/cli-core": "2024.18.0"
23
23
  }
24
24
  }