Shell
-U or --upgrade option.
Authentication using API Keys
You need a Vijil API key to authenticate remotely through the client library. You can obtain the API key by logging into your Vijil account, going to the profile page on the dashboard, then copying the value in the Token field.
Shell
.env file and load it into your Python environment using a library such as python-dotenv.
This user token expires after 24 hours. If you plan to use the API over long periods of time, you should use machine-to-machine secrets to regularly refresh the token.