Download the SSoTme CLI
Get the command-line interface to interact with SSoTme directly from your terminal.
Download Installer
Choose your platform to download the CLI installer package.

macOS

Windows
Install with PIP
If you have Python and pip installed, you can install the CLI directly from GitHub:
pip install git+https://github.com/ssotme/cli
Important*
.NET ≥ v8.0 is required to install the CLI with pip. Download it here:
https://dotnet.microsoft.com/en-us/downloadGetting Started Tips
Once installed, you can start using the CLI with these common commands:
Authenticate with your account
ssotme -auth
Initialize current folder as SSoTme project
ssotme -init
Build transpilers in current folder
ssotme -build
Get help
ssotme -help