GitHub repo:

https://github.com/enklu/embedded-exp-tools

Overview

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.

Installation

  1. Clone the repository
  2. Install packages from requirements.txt
pip install -r requirements.txt
  1. Create a .env file in the root directory and set the DB_PASSWORD environment variable :
DB_PASSWORD=your_postgresql_password
SSL_MODE=require

Usage

Run the cli.py script with the desired command and root experience ID:

python cli.py <command> <root_experience_id>

Commands and Functions