Skip to content

Quick start

tcli operates on the current working directory. The examples below assume tcli is on your PATH.

In an empty directory, running the TUI drops you into the guided init flow. Headless:

Terminal window
tcli init --tc-version 2512

This writes .tcli.yaml and scaffolds the default config artifacts for that Teamcenter release.

Terminal window
tcli add library --name libsample

See the add reference for tools, extensions, AW kits, and RAC plugins.

Deploy and export need three machine-specific values: TC_ROOT, TC_DATA, and UPG. Provide them via the per-machine .tcli.env.yaml file or environment variables. See Environment resolution.

Terminal window
tcli deploy preferences
tcli export preferences --category General --scope SITE

<type> is the stable config artifact type slug (e.g. preferences), not the friendly display name. See stable type slugs; the available types come from your project manifest.

Terminal window
tcli

Launches the full-screen interface. See the TUI guide for navigation.