Before starting to use Datazone, you need to install the Datazone Python CLI. The client is a Python package that provides a simple interface to interact with the Datazone API.
If you have already created an account, you can log in to the Datazone CLI using the following command:
Copy
datazone profile create> Profile [default]: <your-profile-name>> Host [app.datazone.co]: <your-host> (If you are using a self-hosted version)> API Key: <api-key>> Password: <your-password>> Repeat for confirmation: <your-password>You logged in successfully 🎉
After you have successfully logged in, you can start using the Datazone CLI to interact with the Datazone API.
You can check you session status by running the following command:
Copy
datazone project list
For more information on how to use the Datazone CLI, check the Command Line section.