VSCode tasks. Run services and upload addons

Just wanted to add that to upload correctly you need to pip install python-dotenv in your environment and also create a .env file in the ayon-kitsu root that should contain:

AYON_API_KEY={An api key for one of your users. Can be a service user}
AYON_SERVER_URL={The url to your Ayon server}
2 Likes