Skip to content

tuist project update

Update project settings

Arguments#

full-handle Optional#

The full handle of the project to update. Must be in the format of account-handle/project-handle.

bash
tuist project update [full-handle]

default-branch Optional#

Set the default branch name for the repository linked to the project.

bash
tuist project update --default-branch [default-branch]

visibility Optional#

Set the project's visibility. When private, only project's members have access to the project. Public projects are accessible by anyone.

bash
tuist project update --visibility [visibility]

path Optional#

The path to the Tuist project.

bash
tuist project update --path [path]
tuist project update -p [path]