CLI
The Tuist CLI is one of the interfaces for interacting with Tuist, and the most common one if you are using generated projects. It provides commands for generating projects, caching binaries, running tests, sharing previews, and more.
Getting started#
If you haven't installed Tuist yet, follow the installation guide to get started.
Once installed, you can run tuist in your terminal to see a list of available commands:
bash
tuist --help
Configuration#
The CLI behavior can be configured through a tuist.toml file. See the tuist.toml reference for all available options.
Troubleshooting#
If you run into issues, check the debugging guide for tools to diagnose problems, including session logs and network recordings.