Skip to main content

Hey Celonauts,

 

Can someone support me in how to set up the profile's for the content-cli. I can't really get the documentation to work. I'm using the Jupyter notebooks within the Machine Learning Workbench Environment.

 

Documentation states "!content-cli profile create", and provides some input such as a name, url and API key. However I'm not sure how to input these values in a profile.

 

My first assumption would be that it works similarly to other content CLI commands. Something like:

!content-cli profile create --profile <profileName> --url <url_team> --api <api_key>.

However this doesn't work.

 

Kind Regards,

Maurits

 

You will need to use the terminal to create the profile. My suggestion would be use terminal for the full content cli action.

 

Once you open the terminal paste the following

content-cli profile create

 

For further reference follow the following link

https://github.com/celonis/content-cli/blob/master/DOCUMENTATION.md#content-cli-core-features

 

I hope this helps!


Reply