Overview
Thetuist version command outputs the current version of Tuist installed on your system.
Usage
Output
The command outputs the version number in semantic versioning format:Examples
Check your Tuist version
4.5.0
Use in scripts
Verify installation
Use cases
- Debugging: Verify which Tuist version you’re running when reporting issues
- CI/CD: Validate the Tuist version in automated workflows
- Team alignment: Ensure all team members use the same Tuist version
- Documentation: Reference the version when creating bug reports or asking for help
Version management
To manage Tuist versions across your team:-
Use
.tuist-version: Pin a specific version in your project root: -
Use mise: Install and manage Tuist versions with mise:
- CI configuration: Specify the version in your CI configuration to ensure consistent builds