To install the Tailer SDK package:
Run the following command in Command Prompt (Windows) or in a terminal (macOS/Linux):
pip3 install tailer-sdk
When the installation is done, make sure it was successful by checking Tailer SDK version:
tailer version
The Tailer SDK version and help should display.
At any time, you can now display the Tailer SDK help with the following command:
tailer help
When the installation is complete, you can proceed with the configuration of Tailer SDK:
To launch the configuration, run the following command:
tailer config
You'll be prompted to answer a series of questions. Use the values listed in the table below. Directly press Enter if the suggested value is right.
Question | Value |
Email address | Provide the email address you want to use to connect to Tailer SDK. |
Tailer Firebase API key | AIzaSyA_FFZmy9jZaRGVTNQuOK0mv4wDxWOKScQ |
Tailer Firebase authentication domain | fd-io-jplatform.firebaseapp.com |
Tailer API endpoint | https://fd-io-jarvis-platform-api-proxy-a7nkzexitq-uc.a.run.app/ |
SSL verification | Specify if you want to enable SSL verification (y) or not (n). Default is y. |
Custom client SSL verification | Specify if you want to use custom client SSL verification (y) or not (n). Default is n. |
Full path to the SSL certificate | This question only displays if you answered y at the previous question. Provide your custom SSL certificate in PEM format (e.g. "C:\My Certificates\cert_XYZ.pem"). |
Once you've answered all the questions, close and restart your terminal for changes to be implemented.
Once the installation and the configuration are done, you need to log in to Tailer Platform to be able to access the Tailer API.
To log in, run the following command:
tailer auth login
Provide the same email address as before as suggested, and the password of your Tailer Platform account. If you don't have an account yet, just press Enter. If you already have a Tailer Platform account, your login is successful and you can stop here. If not, follow the steps below to sign in.
Confirm that you want to create a Tailer Platform account by entering y.
Provide again the same email address and the password of your choice.
Confirm your email address by clicking on the link sent to your email address.
The account is successfully created and you're now logged in to Tailer Platform! 🎉
You can now proceed with the configuration of Google Cloud Platform.