All tools/Terramate

Terramate

terramate

An infrastructure-as-code orchestration and code-generation CLI.

Detected by terramate | macOS, Linux, Windows |terramate.io

Sync rules

What travels, what stays, what never leaves
Terramate in your home directory Every rule on this page, by file
user_terramate_dir = "/Users/FAKE/.terramate.d"machine-local
disable_checkpoint = true

Each machine keeps its own copy of these.

· ~/.terramate.d/credentials.tmrc.json Never synced
user_terramate_dir = "C:/Users/FAKE/.terramate.d"machine-local
disable_checkpoint = true

Each machine keeps its own copy of these.

· %APPDATA%/.terramate.d/credentials.tmrc.json Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/terramate. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits user_terramate_dir and user_terramate_dir for you — that part is Otty’s own sync, or a template you write by hand.