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]
repository-url Optional
Set the connected Git repository. Example: --repository-url https://github.com/tuist/tuist
bash
tuist project update --repository-url [repository-url]
path Optional
The path to the Tuist project.
bash
tuist project update --path [path]
tuist project update -p [path]
help Optional
Show help information.
bash
tuist project update -h
tuist project update --help