Русский (Russian)
Appearance
Update project settings
The full handle of the project to update. Must be in the format of account-handle/project-handle.
tuist project update [full-handle]
Set the default branch name for the repository linked to the project.
tuist project update --default-branch [default-branch]
Set the connected Git repository. Example: --repository-url https://github.com/tuist/tuist
tuist project update --repository-url [repository-url]
Set the project's visibility. When private, only project's members have access to the project. Public projects are accessible by anyone.
tuist project update --visibility [visibility]
The path to the Tuist project.
tuist project update --path [path]
tuist project update -p [path]
Show help information.
tuist project update -h
tuist project update --help