sync-orchestrate.py

Run the sync-orchestrate.py script to synchronize a TeamForge project with Orchestrate by triggering the world-state message for the given project.

Usage

Use the following command to run the this script.
  • [RUNTIME_DIR]/scripts/sync-orchestrate.py --projectId=<proj1234> [[--tfuser=<username>] [--tfpasswd=<password>]]

Parameters

Paramater Description
--projectId The TeamForge project ID.
-u | --tfuser The TeamForge site administrator user name.
-p | --tfpasswd The password for TeamForge user.
-h | --help To view help information for the script.