cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Datasphere CLI not working

hleboeuf
Explorer
0 Likes
1,027

Hello,

I've followed the instructions in the SAP documentation to install the CLI, but I'm afraid something goes wrong (mostly me 🙂 ).

Even just following the Youtune example https://www.youtube.com/watch?v=YcJ0G4iydu8&t=6s from SAP itself doesnt work ... always unknown command, whatever I try.

So if somebody could get me started ...

View Entire Topic
Vitaliy-R
Developer Advocate
Developer Advocate
0 Likes

It looks like CLI command has changed since the recording of that video, and should include `config` like in https://www.npmjs.com/package/@sap/datasphere-cli#from-the-command-line:

datasphere config cache init -H https://mytenant.eu10.hcs.cloud.sap/ -p somepasscode

Regards.