GitHub repo:
https://github.com/enklu/embedded-exp-tools
The Embedded Experience Helper Tool is a command-line program designed to interact with trellis to scrape and organize hierarchical embedded experience trees and associated asset data. This tool provides various commands to obtain experience trees, asset lists, and asset details in both GUID and readable formats.
pip install -r requirements.txt
.env
file in the root directory and set the DB_PASSWORD
environment variable :DB_PASSWORD=your_postgresql_password
SSL_MODE=require
Run the cli.py
script with the desired command and root experience ID:
python cli.py <command> <root_experience_id>