본문으로 바로가기

tuist edit

Generates a temporary project to edit the project in the current directory

Arguments#

path Optional#

Environment variableTUIST_EDIT_PATH

The path to the directory whose project will be edited

bash
tuistedit--path[path]
tuistedit-p[path]

permanent Optional#

Environment variableTUIST_EDIT_PERMANENT

It creates the project in the current directory or the one indicated by -p and doesn't block the process

bash
tuistedit--permanent
tuistedit-P

no-permanent Optional#

Environment variableTUIST_EDIT_PERMANENT

It creates the project in the current directory or the one indicated by -p and doesn't block the process

bash
tuistedit--no-permanent

only-current-directory Optional#

Environment variableTUIST_EDIT_ONLY_CURRENT_DIRECTORY

It only includes the manifest in the current directory.

bash
tuistedit--only-current-directory
tuistedit-o

no-only-current-directory Optional#

Environment variableTUIST_EDIT_ONLY_CURRENT_DIRECTORY

It only includes the manifest in the current directory.

bash
tuistedit--no-only-current-directory