You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dir: Working directory for ``cmd``. Defaults to the Tiltfile directory.
1176
1178
serve_dir: Working directory for ``serve_cmd``. Defaults to the Tiltfile directory.
1177
1179
labels: used to group resources in the Web UI, (e.g. you want all frontend services displayed together, while test and backend services are displayed separately). A label must start and end with an alphanumeric character, can include ``_``, ``-``, and ``.``, and must be 63 characters or less. For an example, see `Resource Grouping <tiltfile_concepts.html#resource-groups>`_.
1180
+
stdin_mode: Stdin mode for ``cmd``. Set to 'pty' to attach a pseudo terminal.
1181
+
serve_stdin_mode: Stdin mode for ``serve_cmd``. Set to 'pty' to attach a pseudo terminal.
0 commit comments